From eb6bd76c859cc3c6c481bc3470d26fb308eb13eb Mon Sep 17 00:00:00 2001 From: arjunyel Date: Sun, 4 Sep 2022 16:30:48 -0500 Subject: [PATCH] docs: fixed broken links --- contributors.yml | 1 + docs/guides/migrating-react-router-app.md | 2 +- docs/other-api/dev.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contributors.yml b/contributors.yml index 10ab5f6edec..2232cc11ebb 100644 --- a/contributors.yml +++ b/contributors.yml @@ -34,6 +34,7 @@ - archwebio - arganaphangquestian - AriGunawan +- arjunyel - arnaudambro - arvigeus - arvindell diff --git a/docs/guides/migrating-react-router-app.md b/docs/guides/migrating-react-router-app.md index 7eed793098f..d91d6a689f4 100644 --- a/docs/guides/migrating-react-router-app.md +++ b/docs/guides/migrating-react-router-app.md @@ -617,7 +617,7 @@ Now then, go off and _remix your app_. We think you'll like what you build along [migration-guide-from-v5-to-v6]: https://reactrouter.com/docs/en/v6/upgrading/v5 [backwards-compatibility-package]: https://www.npmjs.com/package/react-router-dom-v5-compat [a-few-tweaks-to-improve-progressive-enhancement]: ../pages/philosophy#progressive-enhancement -[routing-conventions]: ./routing.md +[routing-conventions]: ./routing [a-catch-all-route]: ./routing#splats [hydration-mismatch]: https://reactjs.org/docs/react-dom.html#hydrate [loader-data]: ../api/conventions#loader diff --git a/docs/other-api/dev.md b/docs/other-api/dev.md index 90c039f04ce..f677fcc6f51 100644 --- a/docs/other-api/dev.md +++ b/docs/other-api/dev.md @@ -95,6 +95,6 @@ remix dev --port 4001 Alternatively, a port can be assigned to the `PORT` environment variable. -[remix-app-server]: serve.md +[remix-app-server]: ./serve [node-inspector]: https://nodejs.org/en/docs/guides/debugging-getting-started [templates-folder-of-the-remix-repository]: https://github.com/remix-run/remix/tree/main/templates