We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b0fd2 commit 09d4e69Copy full SHA for 09d4e69
‎docs/concept/schema.md
@@ -122,7 +122,7 @@ new Elysia()
122
## Reference Models
123
Sometimes you might find yourself reusing the same type multiple times.
124
125
-Using [reference models](/patterns/reference-models), you can name your model and use it by referencing the name:
+Using [reference models](/validation/reference-model.html#reference-model), you can name your model and use it by referencing the name:
126
```typescript
127
import { Elysia, t } from 'elysia'
128
@@ -140,4 +140,4 @@ const app = new Elysia()
140
})
141
```
142
143
-For more explanation, see [Reference Models](/patterns/reference-models).
+For more explanation, see [Reference Models](/validation/reference-model.html#reference-model).
0 commit comments