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.
This commit is contained in:
Za1batsu 2015-03-31 19:21:29 -07:00
parent 2bb10cdaf9
commit 5d2e3126ad

View File

@ -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