Skip to content

Commit d15192d

Browse files
authored
Docs: Fix incorrect Route Models link in Routes doc
1 parent 7098f98 commit d15192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ember/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class MyRoute extends Route {
1818
}
1919
```
2020

21-
This inconsistency will be solved in the future. For now, this workaround gets the job done, and also shows the way to using this information to provide the type of the route's model to other consumers: see [Working with Route Models](routes.md) for details!
21+
This inconsistency will be solved in the future. For now, this workaround gets the job done, and also shows the way to using this information to provide the type of the route's model to other consumers: see [Working with Route Models](../cookbook/working-with-route-models.md) for details!
2222

2323
```typescript
2424
import Route from '@ember/routing/route';

0 commit comments

Comments
 (0)