Skip to content

Commit fe44d73

Browse files
authored
1 parent 112ff05 commit fe44d73

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
React Router is a lightweight, fully-featured routing library for the [React](https://reactjs.org) JavaScript library. React Router runs everywhere that React runs; on the web, on the server (using node.js), and on React Native.
99

10-
If you're new to React Router, we recommend you start with [the tutorial](/docs/start/tutorial.md).
10+
If you're new to React Router, we recommend you start with [the tutorial](https://reactrouter.com/en/main/start/tutorial).
1111

1212
If you're migrating to v6 from v5 (or v4, which is the same as v5), check out [the migration guide](/docs/upgrading/v5.md). If you're migrating from Reach Router, check out [the migration guide for Reach Router](/docs/upgrading/reach.md). If you need to find the code for v5, [it is on the `v5` branch](https://github.com/remix-run/react-router/tree/v5).
1313

Diff for: contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
- JakubDrozd
7979
- janpaepke
8080
- jasonpaulos
81+
- jdufresne
8182
- JesusTheHun
8283
- jimniels
8384
- jmargeta

Diff for: packages/react-router-dom/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
The `react-router-dom` package contains bindings for using [React
44
Router](https://github.com/remix-run/react-router) in web applications.
5-
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.
5+
Please see [the Getting Started guide](https://reactrouter.com/en/main/start/tutorial) for more information on how to get started with React Router.

Diff for: packages/react-router-native/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
The `react-router-native` package contains bindings for using [React
44
Router](https://github.com/remix-run/react-router) in [React
55
Native](https://facebook.github.io/react-native/) applications.
6-
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.
6+
Please see [the Getting Started guide](https://reactrouter.com/en/main/start/tutorial) for more information on how to get started with React Router.

Diff for: tutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# React Router v6 Tutorial
22

3-
To complete this tutorial, we recommend following along with our guide in our [Getting Started documentation](https://github.com/remix-run/react-router/blob/main/docs/start/tutorial.md).
3+
To complete this tutorial, we recommend following along with our guide in our [Getting Started documentation](https://reactrouter.com/en/main/start/tutorial).

0 commit comments

Comments
 (0)