Skip to content

Commit

Permalink
gitweb: update Git homepage URL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wincent Colaiuta authored and Junio C Hamano committed Jul 13, 2009
1 parent b3e9593 commit 69fb828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ BEGIN
# 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
Expand Down

0 comments on commit 69fb828

Please sign in to comment.