Docs: Update md links from coodoo's fork to react-community (#750)

This commit is contained in:
Javier Olaechea
2017-03-22 15:51:16 -05:00
committed by Eric Vicenti
parent dff746a83c
commit 65e71042d5
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ DrawerNavigator(RouteConfigs, DrawerNavigatorConfig)
### RouteConfigs
The route configs object is a mapping from route name to a route config, which tells the navigator what to present for that route, see [example](https://github.com/coodoo/react-navigation/blob/master/docs/api/navigators/StackNavigator.md#routeconfigs) from `StackNavigator`.
The route configs object is a mapping from route name to a route config, which tells the navigator what to present for that route, see [example](/docs/api/navigators/StackNavigator.md#routeconfigs) from `StackNavigator`.
### DrawerNavigatorConfig

View File

@@ -79,7 +79,7 @@ TabNavigator(RouteConfigs, TabNavigatorConfig)
### RouteConfigs
The route configs object is a mapping from route name to a route config, which tells the navigator what to present for that route, see [example](https://github.com/coodoo/react-navigation/blob/master/docs/api/navigators/StackNavigator.md#routeconfigs) from `StackNavigator`.
The route configs object is a mapping from route name to a route config, which tells the navigator what to present for that route, see [example](/docs/api/navigators/StackNavigator.md#routeconfigs) from `StackNavigator`.
### TabNavigatorConfig