From 5d2e3126add71e60e9c226f556c485f072d98941 Mon Sep 17 00:00:00 2001 From: Za1batsu Date: Tue, 31 Mar 2015 19:21:29 -0700 Subject: [PATCH] Fixed broken image for AddToBuildPhases.png Image for AddToBuildPhases.png failed to load. 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 c90768c94..4ccb0b61e 100644 --- a/docs/LinkingLibraries.md +++ b/docs/LinkingLibraries.md @@ -39,7 +39,7 @@ Click on your main project file (the one that represents the `.xcodeproj`) select `Build Phases` and drag the static library from the `Products` folder insed the Library you are importing to `Link Binary With Libraries` -![](/react-native/img/AddToBuildPhases.png) +![](https://github.com/facebook/react-native/blob/master/website/src/react-native/img/AddToBuildPhases.png) ### Step 3