Fix incorrect link (#1426)

This commit is contained in:
Kohki Makimoto 2017-05-13 06:36:53 +09:00 committed by Eric Vicenti
parent d4b4697f33
commit 673b9d2877

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