Skip to content

Commit b3f2dfd

Browse files
author
Sabra Pratt
committed
Merge pull request #1964 from rackt/0.13/docs/broken-links
Add link to guides w/ table of contents
2 parents f986b40 + 0a2ba81 commit b3f2dfd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ React Router
77

88
A complete routing library for React.
99

10-
[Docs](/doc)
10+
* [Guides](/doc/guides)
11+
* [Docs](/doc)
1112

1213
Important Notes
1314
---------------

doc/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@
3030
* Mixins
3131
* [Navigation](/doc/06 Mixins/Navigation.md)
3232
* [State](/doc/06 Mixins/State.md)
33-
* [Upgrade Guide](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md)

docs/guides/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Table of Contents
2+
3+
* [Overview](/docs/guides/overview.md)
4+
* [React Router + Flux](/docs/guides/flux.md)
5+
* [Path Matching](/docs/guides/path-matching.md)
6+
* [Server Rendering](/docs/guides/server-rendering.md)
7+
* [Testing](/docs/guides/testing.md)
8+
* [Upgrading to React Router 1.0](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md)

0 commit comments

Comments
 (0)