From 735d6123c045d208af079b4df27da22fe8a47f65 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Sun, 18 Sep 2011 13:47:58 +0200 Subject: [PATCH] Fixed hosting page link in chapter 4 --- en/04-git-server/01-chapter4.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/04-git-server/01-chapter4.markdown b/en/04-git-server/01-chapter4.markdown index 3c00b3dd6..987c1ec4a 100644 --- a/en/04-git-server/01-chapter4.markdown +++ b/en/04-git-server/01-chapter4.markdown @@ -751,9 +751,9 @@ Now, if you commit and push the project, GitWeb will automatically start showing If you don’t want to go through all of the work involved in setting up your own Git server, you have several options for hosting your Git projects on an external dedicated hosting site. Doing so offers a number of advantages: a hosting site is generally quick to set up and easy to start projects on, and no server maintenance or monitoring is involved. Even if you set up and run your own server internally, you may still want to use a public hosting site for your open source code — it’s generally easier for the open source community to find and help you with. -These days, you have a huge number of hosting options to choose from, each with different advantages and disadvantages. To see an up-to-date list, check out the GitHosting page on the main Git wiki: +These days, you have a huge number of hosting options to choose from, each with different advantages and disadvantages. To see an up-to-date list, check out the following page: - http://git.or.cz/gitwiki/GitHosting + http://git-scm.com/tools#hosting Because we can’t cover all of them, and because I happen to work at one of them, we’ll use this section to walk through setting up an account and creating a new project at GitHub. This will give you an idea of what is involved.