Fix broken link

Summary:Broken link on docs
Closes https://github.com/facebook/react-native/pull/6173

Differential Revision: D2999841

fb-gh-sync-id: a7162ee94ea24512ad4b992a5820a0fe89eea0ea
shipit-source-id: a7162ee94ea24512ad4b992a5820a0fe89eea0ea
This commit is contained in:
Lucas Feliciano 2016-03-02 04:35:47 -08:00 committed by Facebook Github Bot 0
parent ad8a335864
commit 170f4526f5
1 changed files with 1 additions and 1 deletions

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](native-modules-android.html), 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](docs/native-modules-android.html), via the applications package member function `createViewManagers.`
```java
@Override