Skip to content

Commit e02c08a

Browse files
committed
Link to master
The latest tag stays constant, even if docs improvements are made. People were submitting duplicate PRs and issues for already fixed docs issues.
1 parent 9906270 commit e02c08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ React Router keeps your UI in sync with the URL. It has a simple API with powerf
1010
### Docs & Help
1111

1212
- [Tutorial - Do This First!](https://github.com/reactjs/react-router-tutorial)
13-
- [Guides and API Docs](https://github.com/reactjs/react-router/tree/latest/docs) (latest release)
13+
- [Guides and API Docs](https://github.com/reactjs/react-router/tree/master/docs)
1414
- [Change Log](/CHANGES.md)
1515
- [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router)
1616
- [Codepen Boilerplate](http://codepen.io/anon/pen/xwQZdy?editors=001)
@@ -119,7 +119,7 @@ render((
119119
), document.body)
120120
```
121121

122-
See more in the [Introduction](https://github.com/reactjs/react-router/tree/latest/docs/Introduction.md), [Guides](https://github.com/reactjs/react-router/tree/latest/docs/guides/README.md), and [Examples](https://github.com/reactjs/react-router/tree/latest/examples).
122+
See more in the [Introduction](https://github.com/reactjs/react-router/tree/master/docs/Introduction.md), [Guides](https://github.com/reactjs/react-router/tree/master/docs/guides/README.md), and [Examples](https://github.com/reactjs/react-router/tree/master/examples).
123123

124124
### Versioning and Stability
125125

0 commit comments

Comments
 (0)