diff --git a/free-programming-books.md b/free-programming-books.md index 5982bafd7c8fd595ee2e6978a03174fd6df2eb28..9c0cadfb59e907e2767bfa158d5ed82daa4d0027 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -614,7 +614,6 @@ ###Git * [Pro Git](http://git-scm.com/book) - Scott Chacon -* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) * [Git Immersion](http://gitimmersion.com) * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) (PDF) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) @@ -625,6 +624,7 @@ * [Think Like (a) Git: A Guide for the Perplexed](http://think-like-a-git.net) * [Git In The Trenches](http://cbx33.github.io/gitt/index.html) * [Conversational Git](http://blog.anvard.org/conversational-git/) +* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) link is broken, if you find a working link submit a pull request ###Go