diff --git a/content/v3/git.md b/content/v3/git.md
index e35965d920..034713c1c1 100644
--- a/content/v3/git.md
+++ b/content/v3/git.md
@@ -17,10 +17,10 @@ Git DB API functions will return a 409 if the git repo for a Repository is empty
or unavailable. This typically means it is being created still. [Contact
Support](https://github.com/contact) if this response status persists.
-
+
For more information on the Git object database, please read the
-Git Internals chapter of
+Git Internals chapter of
the Pro Git book.
As an example, if you wanted to commit a change to a file in your
diff --git a/content/v3/git/import.md b/content/v3/git/import.md
index 6d8e6c0afa..a96d53173c 100644
--- a/content/v3/git/import.md
+++ b/content/v3/git/import.md
@@ -8,7 +8,7 @@ title: Git Import | GitHub API
Would this be cool?
-See the [Pro Git book](http://progit.org/book/ch8-2.html#a_custom_importer) or the
+See the [Pro Git book](http://git-scm.com/book/ch8-2.html#a_custom_importer) or the
[fast-import man page](http://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html)
for more information about the fast-import syntax.