Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/v3/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![git db](http://progit.org/figures/ch9/18333fig0904-tn.png)
![git db](http://git-scm.com/figures/18333fig0904-tn.png)

For more information on the Git object database, please read the
<a href="http://progit.org/book/ch9-0.html">Git Internals</a> chapter of
<a href="http://git-scm.com/book/ch9-0.html">Git Internals</a> chapter of
the Pro Git book.

As an example, if you wanted to commit a change to a file in your
Expand Down
2 changes: 1 addition & 1 deletion content/v3/git/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down