Skip to content

Commit f8a9368

Browse files
committed
Fixed paths in docs/README
1 parent 826aac7 commit f8a9368

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
* [Tutorial](https://github.com/rackt/react-router-tutorial)
44
* [Introduction](Introduction.md)
5-
* [Basics](guides/basics/README.md)
6-
* [Route Configuration](guides/basics/RouteConfiguration.md)
7-
* [Route Matching](guides/basics/RouteMatching.md)
8-
* [Histories](guides/basics/Histories.md)
9-
* [Index Routes and Links](guides/basics/IndexRoutes.md)
10-
* [Advanced Usage](guides/advanced/README.md)
11-
* [Dynamic Routing](guides/advanced/DynamicRouting.md)
12-
* [Confirming Navigation](guides/advanced/ConfirmingNavigation.md)
13-
* [Server Rendering](guides/advanced/ServerRendering.md)
14-
* [Component Lifecycle](guides/advanced/ComponentLifecycle.md)
15-
* [Navigating Outside of Components](guides/advanced/NavigatingOutsideOfComponents.md)
16-
* [Minimizing Bundle Size](guides/advanced/MinimizingBundleSize.md)
5+
* [Basics]
6+
* [Route Configuration](guides/RouteConfiguration.md)
7+
* [Route Matching](guides/RouteMatching.md)
8+
* [Histories](guides/Histories.md)
9+
* [Index Routes and Links](guides/IndexRoutes.md)
10+
* [Advanced Usage]
11+
* [Dynamic Routing](guides/DynamicRouting.md)
12+
* [Confirming Navigation](guides/ConfirmingNavigation.md)
13+
* [Server Rendering](guides/ServerRendering.md)
14+
* [Component Lifecycle](guides/ComponentLifecycle.md)
15+
* [Navigating Outside of Components](guides/NavigatingOutsideOfComponents.md)
16+
* [Minimizing Bundle Size](guides/MinimizingBundleSize.md)
1717
* [Change Log](/CHANGES.md)
1818
* [Upgrading to v1.0.0](../upgrade-guides/v1.0.0.md)
1919
* [Upgrading to v2.0.0](../upgrade-guides/v2.0.0.md)

0 commit comments

Comments
 (0)