From 1d9ba1ceb667b52e26511240f291a1e81bdbdef8 Mon Sep 17 00:00:00 2001 From: Kyle Corbitt Date: Wed, 23 Sep 2015 17:47:31 +0100 Subject: [PATCH] change native-modules link to work on gh-pages --- docs/NativeComponentsAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NativeComponentsAndroid.md b/docs/NativeComponentsAndroid.md index b7d41551c..81686e370 100644 --- a/docs/NativeComponentsAndroid.md +++ b/docs/NativeComponentsAndroid.md @@ -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