Merge pull request #2973 from corbt/fix_docs

change native-modules link to work on gh-pages
This commit is contained in:
Satyajit Sahoo 2015-12-14 00:35:42 +05:30
commit 90be04610c

View File

@ -86,7 +86,7 @@ Setter declaration requirements for methods annotated with `@ReactPropGroup` are
## 4. 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