Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 91ba37b

Browse files
davidpatricktimdorr
authored andcommitted
Broken links to History in README (#461)
1 parent 988c221 commit 91ba37b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,16 @@ The `options` object takes in the following optional keys:
163163

164164
**You must install `routerMiddleware` for these action creators to work.**
165165

166-
Action creators that correspond with the [history methods of the same name](https://github.com/reactjs/history/blob/master/docs/GettingStarted.md#navigation). For reference they are defined as follows:
166+
Action creators that correspond with the [history methods of the same name]
167+
(https://github.com/mjackson/history/blob/master/README.md#navigation). For reference they are defined as follows:
167168

168169
- `push` - Pushes a new location to history, becoming the current location.
169170
- `replace` - Replaces the current location in history.
170171
- `go` - Moves backwards or forwards a relative number of locations in history.
171172
- `goForward` - Moves forward one location. Equivalent to `go(1)`
172173
- `goBack` - Moves backwards one location. Equivalent to `go(-1)`
173174

174-
Both `push` and `replace` take in a [location descriptor](https://github.com/reactjs/history/blob/master/docs/Glossary.md#locationdescriptor), which can be an object describing the URL or a plain string URL.
175+
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.
175176

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

0 commit comments

Comments
 (0)