Skip to content

Commit 8a54c9b

Browse files
skydantimdorr
authored andcommitted
Fix link to location descriptor (#542)
1 parent b40e2b9 commit 8a54c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Action creators that correspond with the [history methods of the same name]
170170
- `goForward` - Moves forward one location. Equivalent to `go(1)`
171171
- `goBack` - Moves backwards one location. Equivalent to `go(-1)`
172172

173-
Both `push` and `replace` take in a [location descriptor](https://github.com/mjackson/history/blob/v2.x/docs/Glossary.md#locationdescriptor), which can be an object describing the URL or a plain string URL.
173+
Both `push` and `replace` take in a [location descriptor](https://github.com/ReactTraining/history/blob/v2/docs/Glossary.md#locationdescriptor), which can be an object describing the URL or a plain string URL.
174174

175175
These action creators are also available in one single object as `routerActions`, which can be used as a convenience when using Redux's `bindActionCreators()`.
176176

0 commit comments

Comments
 (0)