diff options
author | Wincent Colaiuta <win@wincent.com> | 2009-07-12 14:31:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-13 11:09:02 -0700 |
commit | 69fb8283937a18a031aeef12ea2a530c8ccf3e83 (patch) | |
tree | 554867c66801cc83a36ce16ed696125046dfa398 | |
parent | b3e95936274a7f5d516e7c37b39e1a56b2d09709 (diff) | |
download | git-69fb8283937a18a031aeef12ea2a530c8ccf3e83.tar.gz git-69fb8283937a18a031aeef12ea2a530c8ccf3e83.tar.xz |
gitweb: update Git homepage URL
git-scm.com is now the "official" Git project page, having taken over
from git.or.cz, so update the default link accordingly. This saves a
redirect when people hit git.or.cz.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | gitweb/gitweb.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 6a1b5b5b4..7fbd5ff89 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -94,7 +94,7 @@ our $favicon = "++GITWEB_FAVICON++"; # URI and label (title) of GIT logo link #our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/"; #our $logo_label = "git documentation"; -our $logo_url = "http://git.or.cz/"; +our $logo_url = "http://git-scm.com/"; our $logo_label = "git homepage"; # source of projects list |