Skip to content

Commit 69fb828

Browse files
wincentgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b3e9593 commit 69fb828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/gitweb.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ BEGIN
9494
# URI and label (title) of GIT logo link
9595
#our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
9696
#our $logo_label = "git documentation";
97-
our $logo_url = "http://git.or.cz/";
97+
our $logo_url = "http://git-scm.com/";
9898
our $logo_label = "git homepage";
9999

100100
# source of projects list

0 commit comments

Comments
 (0)