diff --git a/docs/LinkingLibraries.md b/docs/LinkingLibraries.md index 08c98fb222981f..c84de41ddf55fd 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