Skip to content

Commit

Permalink
Docs: Update md links from coodoo's fork to react-community (react-na…
Browse files Browse the repository at this point in the history
  • Loading branch information
PuercoPop authored and ericvicenti committed Mar 22, 2017
1 parent dff746a commit 65e7104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/navigators/DrawerNavigator.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/navigators/TabNavigator.md
Expand Up @@ -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

Expand Down

0 comments on commit 65e7104

Please sign in to comment.