git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] gitweb: Make the Git logo link target to point to the homepage
@ 2006-09-19 21:27 Petr Baudis
  2006-09-23 12:57 ` Petr Baudis
  0 siblings, 1 reply; 25+ messages in thread
From: Petr Baudis @ 2006-09-19 21:27 UTC (permalink / raw)
  To: git

It provides more useful information for causual Git users than the Git docs
(especially about where to get Git and such).

Signed-off-by: Petr Baudis <pasky@suse.cz>
---

 gitweb/gitweb.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index c77270c..7ecd7df 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -1312,7 +1312,7 @@ EOF
 	print "</head>\n" .
 	      "<body>\n" .
 	      "<div class=\"page_header\">\n" .
-	      "<a href=\"http://www.kernel.org/pub/software/scm/git/docs/\" title=\"git documentation\">" .
+	      "<a href=\"http://git.or.cz/\" title=\"Git homepage\">" .
 	      "<img src=\"$logo\" width=\"72\" height=\"27\" alt=\"git\" style=\"float:right; border-width:0px;\"/>" .
 	      "</a>\n";
 	print $cgi->a({-href => esc_param($home_link)}, $home_link_str) . " / ";

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2006-10-09 20:36 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-19 21:27 [RFC][PATCH] gitweb: Make the Git logo link target to point to the homepage Petr Baudis
2006-09-23 12:57 ` Petr Baudis
2006-09-23 19:36   ` Junio C Hamano
2006-09-23 19:46     ` Petr Baudis
2006-10-05 20:47       ` Petr Baudis
2006-10-05 21:23         ` Junio C Hamano
2006-10-05 21:34           ` Junio C Hamano
2006-10-05 23:57             ` Petr Baudis
2006-09-23 19:54     ` Jakub Narebski
2006-09-23 20:46       ` Junio C Hamano
2006-10-06 10:31         ` [PATCH] gitweb: Cleanup Git logo and Git logo target generation Jakub Narebski
2006-10-07  8:36           ` Junio C Hamano
2006-10-07  9:58             ` Jakub Narebski
2006-10-07 14:14               ` Alan Chandler
2006-10-08 13:31           ` Jakub Narebski
2006-10-08 19:47             ` Junio C Hamano
2006-10-08 20:10               ` Petr Baudis
2006-10-08 20:33                 ` Junio C Hamano
2006-10-08 20:54                   ` Jakub Narebski
2006-10-09  0:54                     ` Junio C Hamano
2006-10-09  7:14                       ` Jakub Narebski
2006-10-09  9:00                         ` Junio C Hamano
2006-10-09  9:26                           ` Jakub Narebski
2006-10-09 20:36                           ` Petr Baudis
2006-10-08 20:17               ` Jakub Narebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).