From 988408577645713268b1c0d3d597945cc313df62 Mon Sep 17 00:00:00 2001 From: Paul Annesley Date: Mon, 7 May 2012 16:55:04 +1000 Subject: [PATCH] =?UTF-8?q?Corrected=20progit.org=20=E2=86=92=20git-scm.co?= =?UTF-8?q?m=20URLs=20which=20have=20changed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This includes a broken image URL which was not redirecting. --- content/v3/git.md | 4 ++-- content/v3/git/import.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -![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 -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.