change native-modules link to work on gh-pages

This commit is contained in:
Kyle Corbitt 2015-09-23 17:47:31 +01:00
parent bcd2ef5dfc
commit 1d9ba1ceb6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Setting properties on a view is not handled by automatically calling setter meth
## 5. Register the `ViewManager`
The final Java step is to register the ViewManager to the application, this happens in a similar way to [Native Modules](NativeModulesAndroid.md), via the applications package member function `createViewManagers.`
The final Java step is to register the ViewManager to the application, this happens in a similar way to [Native Modules](native-modules-android.html), via the applications package member function `createViewManagers.`
```java
@Override