From e49a0f0c576abd5c9137d15c9dbb46ecebf46f63 Mon Sep 17 00:00:00 2001 From: Za1batsu Date: Tue, 31 Mar 2015 19:27:54 -0700 Subject: [PATCH] Fixed image link for AddToSearchPaths.png AddToSearchPaths.png failed to load properly. Fixed link to load same image from "react-native/website/src/react-native/img". Did not touch source code. --- docs/LinkingLibraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index 868144c5a..344d4e26c 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -64,4 +64,4 @@ Paths`. There you should include the path to you library (if it has relevant files on subdirectories remember to make it `recursive`, like `React` on the example). -![](/react-native/img/AddToSearchPaths.png) +![](https://github.com/facebook/react-native/blob/master/website/src/react-native/img/AddToSearchPaths.png)