Skip to content

Commit f6eae5e

Browse files
jgalattimdorr
authored andcommitted
docs: Fix links to reactjs docs (remix-run#6841)
1 parent d447863 commit f6eae5e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/react-router-dom/docs/api/BrowserRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ The length of `location.key`. Defaults to 6.
5757

5858
## children: node
5959

60-
A [single child element](https://facebook.github.io/react/docs/react-api.html#react.children.only) to render.
60+
A [single child element](https://facebook.github.io/react/docs/react-api.html#reactchildrenonly) to render.

packages/react-router-dom/docs/api/HashRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Defaults to `"slash"`.
4747

4848
## children: node
4949

50-
A [single child element](https://facebook.github.io/react/docs/react-api.html#react.children.only) to render.
50+
A [single child element](https://facebook.github.io/react/docs/react-api.html#reactchildrenonly) to render.

packages/react-router-native/docs/api/NativeRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ The length of `location.key`. Defaults to 6.
3838

3939
## children: node
4040

41-
A [single child element](https://facebook.github.io/react/docs/react-api.html#react.children.only) to render.
41+
A [single child element](https://facebook.github.io/react/docs/react-api.html#reactchildrenonly) to render.

packages/react-router/docs/api/MemoryRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ The length of `location.key`. Defaults to 6.
4141

4242
## children: node
4343

44-
A [single child element](https://facebook.github.io/react/docs/react-api.html#react.children.only) to render.
44+
A [single child element](https://facebook.github.io/react/docs/react-api.html#reactchildrenonly) to render.

packages/react-router/docs/api/Router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const customHistory = createBrowserHistory();
3636

3737
## children: node
3838

39-
A [single child element](https://facebook.github.io/react/docs/react-api.html#react.children.only) to render.
39+
A [single child element](https://facebook.github.io/react/docs/react-api.html#reactchildrenonly) to render.
4040

4141
```jsx
4242
<Router>

packages/react-router/docs/api/StaticRouter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ if (context.status === "404") {
8888

8989
## children: node
9090

91-
A [single child element](https://facebook.github.io/react/docs/react-api.html#react.children.only) to render.
91+
A [single child element](https://facebook.github.io/react/docs/react-api.html#reactchildrenonly) to render.

0 commit comments

Comments
 (0)