Skip to content

Commit 09d4e69

Browse files
authored
🔧 fix: broken reference models links (#239)
Fix: broken link
1 parent b9b0fd2 commit 09d4e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/concept/schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ new Elysia()
122122
## Reference Models
123123
Sometimes you might find yourself reusing the same type multiple times.
124124

125-
Using [reference models](/patterns/reference-models), you can name your model and use it by referencing the name:
125+
Using [reference models](/validation/reference-model.html#reference-model), you can name your model and use it by referencing the name:
126126
```typescript
127127
import { Elysia, t } from 'elysia'
128128

@@ -140,4 +140,4 @@ const app = new Elysia()
140140
})
141141
```
142142

143-
For more explanation, see [Reference Models](/patterns/reference-models).
143+
For more explanation, see [Reference Models](/validation/reference-model.html#reference-model).

0 commit comments

Comments
 (0)