You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ A `<Link>` can know when the route it links to is active and automatically apply
105
105
106
106
#### Props
107
107
##### `to`
108
-
A [location descriptor](https://github.com/ReactJSTraining/history/blob/master/docs/Glossary.md#locationdescriptor). Usually this is a string or an object, with the following semantics:
108
+
A [location descriptor](https://github.com/ReactTraining/history/blob/master/docs/Glossary.md#locationdescriptor). Usually this is a string or an object, with the following semantics:
109
109
110
110
* If it's a string it represents the absolute path to link to, e.g. `/users/123` (relative paths are not supported).
111
111
* If it's an object it can have four keys:
@@ -607,9 +607,9 @@ For more details, please see the [histories guide](/docs/guides/Histories.md).
607
607
`useRouterHistory` is a `history` enhancer that configures a given `createHistory` factory to work with React Router. This allows using custom histories in addition to the bundled singleton histories.
Copy file name to clipboardExpand all lines: docs/guides/Histories.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,11 +139,11 @@ render(
139
139
140
140
If you'd like to further customize the history options or use other
141
141
enhancers from
142
-
[history](https://github.com/ReactJSTraining/history/) you can use
142
+
[history](https://github.com/ReactTraining/history/) you can use
143
143
`useRouterHistory`.
144
144
145
145
Be aware that `useRouterHistory` already pre-enhances your history
146
-
factory with the [useQueries](https://github.com/ReactJSTraining/history/blob/master/docs/QuerySupport.md) and [useBasename](https://github.com/ReactJSTraining/history/blob/master/docs/BasenameSupport.md) enhancers from `history`.
146
+
factory with the [useQueries](https://github.com/ReactTraining/history/blob/master/docs/QuerySupport.md) and [useBasename](https://github.com/ReactTraining/history/blob/master/docs/BasenameSupport.md) enhancers from `history`.
0 commit comments