Skip to content

Commit 6c944f2

Browse files
morgan-codedclaude
andauthored
docs: fix broken links (remix-run#15113)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 61edd1c commit 6c944f2

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/explanation/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ export default function Component({ loaderData }) {
5858

5959
After building for the browser, only the `Component` will still be in the bundle, so you can use server-only code in the other module exports.
6060

61-
[route-module]: ../../start/framework/route-module
61+
[route-module]: ../start/framework/route-module

docs/explanation/index-query-param.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function Component() {
8080
}
8181
```
8282

83-
[loader]: ../api/data-routers/loader
83+
[loader]: ../start/data/route-object#loader
8484
[form_element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form
8585
[form_component]: ../api/components/Form
86-
[action]: ../api/data-routers/action
86+
[action]: ../start/data/route-object#action

docs/how-to/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ If you are implementing a [Content-Security-Policy (CSP)][csp] in your applicati
2727
[renderToReadableStream]: https://react.dev/reference/react-dom/server/renderToReadableStream
2828
[scripts]: ../api/components/Scripts
2929
[scrollrestoration]: ../api/components/ScrollRestoration
30-
[serverrouter]: ../api/components/ServerRouter
30+
[serverrouter]: ../api/framework-routers/ServerRouter

docs/start/framework/actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,3 @@ See the [Using Fetchers][fetchers] guide for more information.
172172
Next: [Navigating](./navigating)
173173

174174
[fetchers]: ../../how-to/fetchers
175-
[data]: ../../api/react-router/data

docs/start/framework/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ npx create-react-router@latest --template remix-run/react-router-templates/<temp
3737

3838
Next: [Routing](./routing)
3939

40-
[manual_usage]: ../how-to/manual-usage
4140
[default-template]: https://github.com/remix-run/react-router-templates/tree/main/default
4241
[react-router-templates]: https://github.com/remix-run/react-router-templates

0 commit comments

Comments
 (0)