Fix incorrect link (#1426)

This commit is contained in:
Kohki Makimoto
2017-05-13 06:36:53 +09:00
parent 78884683a6
commit b2d4657bf9

View File

@@ -8,7 +8,7 @@ Routers define a component's navigation state, and they allow the developer to d
`react-navigation` ships with a few standard routers:
- [StackRouter](/docs/routers/stack)
- [TabRouter](/docs/routers/tabs)
- [TabRouter](/docs/routers/tab)
## Using Routers