Skip to content

Commit

Permalink
Merge pull request remix-run#1964 from rackt/0.13/docs/broken-links
Browse files Browse the repository at this point in the history
Add link to guides w/ table of contents
  • Loading branch information
Sabra Pratt committed Sep 15, 2015
2 parents f986b40 + 0a2ba81 commit b3f2dfd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ React Router

A complete routing library for React.

[Docs](/doc)
* [Guides](/doc/guides)
* [Docs](/doc)

Important Notes
---------------
Expand Down
1 change: 0 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
* Mixins
* [Navigation](/doc/06 Mixins/Navigation.md)
* [State](/doc/06 Mixins/State.md)
* [Upgrade Guide](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md)
8 changes: 8 additions & 0 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Table of Contents

* [Overview](/docs/guides/overview.md)
* [React Router + Flux](/docs/guides/flux.md)
* [Path Matching](/docs/guides/path-matching.md)
* [Server Rendering](/docs/guides/server-rendering.md)
* [Testing](/docs/guides/testing.md)
* [Upgrading to React Router 1.0](https://github.com/rackt/react-router/blob/master/UPGRADE_GUIDE.md)

0 comments on commit b3f2dfd

Please sign in to comment.