Skip to content

Commit 9f7fdcc

Browse files
committed
docs: fix 404 links
1 parent c750ca5 commit 9f7fdcc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@ app/routes/app._index/route.tsx
373373
[nested_routes]: #nested-routes
374374
[dot_delimiters]: #dot-delimiters
375375
[dynamic_segments]: #dynamic-segments
376-
[resource_routes]: ../misc/resource-routes
376+
[resource_routes]: ../how-to/resource-routes

docs/how-to/resource-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ export const action = async ({
210210
[turbo-stream]: https://github.com/jacob-ebey/turbo-stream
211211
[data-util]: ../../api/react-router/data
212212
[nonstandard-http-methods]: https://github.com/remix-run/react-router/issues/11959
213-
[escaping]: ../misc/file-route-conventions#escaping-special-characters
213+
[escaping]: ../how-to/file-route-conventions#escaping-special-characters

docs/start/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ fetcher.submit(
195195

196196
See the [Using Fetchers][fetchers] guide for more information.
197197

198-
[fetchers]: ../misc/fetchers
198+
[fetchers]: ../how-to/fetchers
199199
[data]: ../../api/react-router/data

docs/start/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This template includes:
103103

104104
### Manual Fullstack Deployment
105105

106-
If you want to deploy to your own server or a different hosting provider, see the [Manual Deployment](../misc/manual-deployment) guide.
106+
If you want to deploy to your own server or a different hosting provider, see the [Manual Deployment](../how-to/manual-deployment) guide.
107107

108108
## Static Hosting
109109

docs/start/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ npm run dev
134134

135135
[Routing](./routing)
136136

137-
[manual_usage]: ../misc/manual-usage
137+
[manual_usage]: ../how-to/manual-usage

docs/start/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,5 @@ function Wizard() {
337337

338338
Note that these routes do not participate in data loading, actions, code splitting, or any other route module features, so their use cases are more limited than those of the route module.
339339

340-
[file-route-conventions]: ../misc/file-route-conventions
340+
[file-route-conventions]: ../how-to/file-route-conventions
341341
[outlet]: ../../api/react-router/Outlet

docs/upgrading/remix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let data = useLoaderData<typeof loader>();
169169
[remix-discord]: https://rmx.as/discord
170170
[github-new-issue]: https://github.com/remix-run/react-router/issues/new/choose
171171
[routing]: ../start/routing
172-
[fs-routing]: ../misc/file-route-conventions
172+
[fs-routing]: ../how-to/file-route-conventions
173173
[v7-changelog-types]: https://github.com/remix-run/react-router/blob/release-next/CHANGELOG.md#typesafety-improvements
174174
[server-loaders]: ../start/data-loading#server-data-loading
175175
[server-actions]: ../start/actions#server-actions

0 commit comments

Comments
 (0)