Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1181ca0

Browse files
committed
Update README URLs based on HTTP redirects
1 parent 9ec6839 commit 1181ca0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Additionally, the example code has been released to the public domain (see the
1818
* Website: [libgit2.github.com](http://libgit2.github.com)
1919
* StackOverflow Tag: [libgit2](http://stackoverflow.com/questions/tagged/libgit2)
2020
* 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/>
2222
* IRC: [#libgit2](irc://irc.freenode.net/libgit2) on irc.freenode.net.
2323
* Mailing list: The libgit2 mailing list was
2424
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
8888
they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
8989
for threading.
9090

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.
9292

9393
On most systems you can build the library using the following commands
9494

@@ -103,7 +103,7 @@ To install the library you can specify the install prefix by setting:
103103
$ cmake .. -DCMAKE_INSTALL_PREFIX=/install/prefix
104104
$ cmake --build . --target install
105105

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>.
107107

108108
The following CMake variables are declared:
109109

@@ -141,7 +141,7 @@ You need to run the CMake commands from the Visual Studio command
141141
prompt, not the regular or Windows SDK one. Select the right generator
142142
for your version with the `-G "Visual Studio X" option.
143143

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/)
145145
for more detailed instructions.
146146

147147
Android
@@ -184,9 +184,9 @@ Here are the bindings to libgit2 that are currently available:
184184
* Go
185185
* git2go <https://github.com/libgit2/git2go>
186186
* GObject
187-
* libgit2-glib <https://live.gnome.org/Libgit2-glib>
187+
* libgit2-glib <https://wiki.gnome.org/Libgit2-glib>
188188
* Haskell
189-
* hgit2 <https://github.com/fpco/gitlib>
189+
* hgit2 <https://github.com/jwiegley/gitlib>
190190
* Java
191191
* Jagged <https://github.com/ethomson/jagged>
192192
* Julia
@@ -197,7 +197,7 @@ Here are the bindings to libgit2 that are currently available:
197197
* libgit2sharp <https://github.com/libgit2/libgit2sharp>
198198
* Node.js
199199
* node-gitteh <https://github.com/libgit2/node-gitteh>
200-
* nodegit <https://github.com/tbranyen/nodegit>
200+
* nodegit <https://github.com/nodegit/nodegit>
201201
* Objective-C
202202
* objective-git <https://github.com/libgit2/objective-git>
203203
* OCaml

0 commit comments

Comments
 (0)