Skip to content

Commit

Permalink
Fixed broken getting started links on README (#9247)
Browse files Browse the repository at this point in the history
  • Loading branch information
btav committed Sep 14, 2022
1 parent 059c095 commit 6cd07dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -99,3 +99,4 @@
- xavier-lc
- xcsnowcity
- yuleicul
- btav
2 changes: 1 addition & 1 deletion packages/react-router-dom/README.md
Expand Up @@ -2,4 +2,4 @@

The `react-router-dom` package contains bindings for using [React
Router](https://github.com/remix-run/react-router) in web applications.
Please see [the Getting Started guide](https://github.com/remix-run/react-router/blob/main/docs/getting-started/tutorial.md) for more information on how to get started with React Router.
Please see [the Getting Started guide](https://github.com/remix-run/react-router/blob/main/docs/start/tutorial.md) for more information on how to get started with React Router.
2 changes: 1 addition & 1 deletion packages/react-router-native/README.md
Expand Up @@ -3,4 +3,4 @@
The `react-router-native` package contains bindings for using [React
Router](https://github.com/remix-run/react-router) in [React
Native](https://facebook.github.io/react-native/) applications.
Please see [the Getting Started guide](https://github.com/remix-run/react-router/blob/main/docs/getting-started/tutorial.md) for more information on how to get started with React Router.
Please see [the Getting Started guide](https://github.com/remix-run/react-router/blob/main/docs/start/tutorial.md) for more information on how to get started with React Router.

0 comments on commit 6cd07dd

Please sign in to comment.