Skip to content

Commit bb058d0

Browse files
committed
Merge pull request #532 from frankenbot/master
Update Readme
2 parents 489a470 + 5e4c106 commit bb058d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There are three ways of including ObjectiveGit in a project:
6666
1. **Mac targets**
6767
* On your application targets' "General" settings tab, in the "Embedded Binaries" section, drag and drop the `ObjectiveGit.framework` from the [`Carthage/Build/Mac`](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagebuild) folder on disk.
6868

69-
![Embedded Binaries](http://imgur.com/W9EVyIX.png)
69+
![Embedded Binaries](http://i.imgur.com/W9EVyIX.png)
7070

7171
1. **iOS targets**
7272
* On your application targets' "General" settings tab, in the "Linked Frameworks and Libraries" section, drag and drop the `ObjectiveGit.framework` from the [`Carthage/Build/iOS`](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagebuild) folder on disk.
@@ -144,10 +144,10 @@ Note that the iOS framework we release is a "fat" framework containing slices fo
144144
1. Send a pull request
145145

146146
All contributions should match GitHub's [Objective-C coding
147-
conventions](https://github.com/github/objective-c-conventions).
147+
conventions](https://github.com/github/objective-c-style-guide).
148148

149149
You can see all the amazing people that have contributed to this project
150-
[here](https://github.com/libgit2/objective-git/contributors).
150+
[here](https://github.com/libgit2/objective-git/graphs/contributors).
151151

152152

153153
## License

0 commit comments

Comments
 (0)