Skip to content

Commit 0adfd60

Browse files
authored
docs(how-to/file-route-conventions): fix links (#12421)
1 parent 3ea8d69 commit 0adfd60

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
- tomasr8
280280
- tony-sn
281281
- TooTallNate
282+
- tosinamuda
282283
- triangularcube
283284
- trungpv1601
284285
- ttys026

docs/how-to/file-route-conventions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,13 @@ app/routes/app._index.tsx
362362
app/routes/app._index/route.tsx
363363
```
364364

365-
[route-config-file]: ../start/routing#route-config-file
366-
[loaders]: ../start/data-loading
367-
[actions]: ../start/actions
368-
[routing_guide]: ../start/routing
369-
[root_route]: ../start/route-module#root-route
370-
[index_route]: ../start/routing#index-routes
371-
[nested_routing]: ../start/routing#nested-routes
365+
[route-config-file]: ../start/framework/routing#configuring-routes
366+
[loaders]: ../start/framework/data-loading
367+
[actions]: ../start/framework/actions
368+
[routing_guide]: ../start/framework/routing
369+
[root_route]: ../start/framework/route-module
370+
[index_route]: ../start/framework/routing#index-routes
371+
[nested_routing]: ../start/framework/routing#nested-routes
372372
[nested_routes]: #nested-routes
373373
[dot_delimiters]: #dot-delimiters
374374
[dynamic_segments]: #dynamic-segments

0 commit comments

Comments
 (0)