@@ -18,7 +18,7 @@ Additionally, the example code has been released to the public domain (see the
18
18
* Website: [ libgit2.github.com] ( http://libgit2.github.com )
19
19
* StackOverflow Tag: [ libgit2] ( http://stackoverflow.com/questions/tagged/libgit2 )
20
20
* Issues: [ GitHub Issues] ( https://github.com/libgit2/libgit2/issues ) (Right here!)
21
- * API documentation: < http://libgit2.github.com/libgit2 >
21
+ * API documentation: < http://libgit2.github.com/libgit2/ >
22
22
* IRC: [ #libgit2] ( irc://irc.freenode.net/libgit2 ) on irc.freenode.net.
23
23
* Mailing list: The libgit2 mailing list was
24
24
traditionally hosted in Librelist but has been deprecated. We encourage you to
@@ -88,7 +88,7 @@ Under Unix-like systems, like Linux, \*BSD and Mac OS X, libgit2 expects `pthrea
88
88
they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
89
89
for threading.
90
90
91
- The ` libgit2 ` library is built using [ CMake] ( < http ://www. cmake.org> ) (version 2.8 or newer) on all platforms.
91
+ The ` libgit2 ` library is built using [ CMake] ( < https ://cmake.org/ > ) (version 2.8 or newer) on all platforms.
92
92
93
93
On most systems you can build the library using the following commands
94
94
@@ -103,7 +103,7 @@ To install the library you can specify the install prefix by setting:
103
103
$ cmake .. -DCMAKE_INSTALL_PREFIX=/install/prefix
104
104
$ cmake --build . --target install
105
105
106
- For more advanced use or questions about CMake please read < http ://www. cmake.org/Wiki/CMake_FAQ> .
106
+ For more advanced use or questions about CMake please read < https ://cmake.org/Wiki/CMake_FAQ> .
107
107
108
108
The following CMake variables are declared:
109
109
@@ -141,7 +141,7 @@ You need to run the CMake commands from the Visual Studio command
141
141
prompt, not the regular or Windows SDK one. Select the right generator
142
142
for your version with the `-G "Visual Studio X" option.
143
143
144
- See [ the website] ( https ://libgit2.github.com/docs/guides/build-and-link)
144
+ See [ the website] ( http ://libgit2.github.com/docs/guides/build-and-link/ )
145
145
for more detailed instructions.
146
146
147
147
Android
@@ -184,9 +184,9 @@ Here are the bindings to libgit2 that are currently available:
184
184
* Go
185
185
* git2go < https://github.com/libgit2/git2go >
186
186
* GObject
187
- * libgit2-glib < https://live .gnome.org/Libgit2-glib >
187
+ * libgit2-glib < https://wiki .gnome.org/Libgit2-glib >
188
188
* Haskell
189
- * hgit2 < https://github.com/fpco /gitlib >
189
+ * hgit2 < https://github.com/jwiegley /gitlib >
190
190
* Java
191
191
* Jagged < https://github.com/ethomson/jagged >
192
192
* Julia
@@ -197,7 +197,7 @@ Here are the bindings to libgit2 that are currently available:
197
197
* libgit2sharp < https://github.com/libgit2/libgit2sharp >
198
198
* Node.js
199
199
* node-gitteh < https://github.com/libgit2/node-gitteh >
200
- * nodegit < https://github.com/tbranyen /nodegit >
200
+ * nodegit < https://github.com/nodegit /nodegit >
201
201
* Objective-C
202
202
* objective-git < https://github.com/libgit2/objective-git >
203
203
* OCaml
0 commit comments