diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-09 15:25:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-09 15:25:45 -0700 |
commit | 88176b7023efc5c147539791610f58d671fe1978 (patch) | |
tree | ede7f5493e005998f0da319bddc61af244af5a34 | |
parent | Merge branch 'js/t0001-case-insensitive' (diff) | |
parent | doc: don't use git.kernel.org as example gitweb URL (diff) | |
download | tgif-88176b7023efc5c147539791610f58d671fe1978.tar.xz |
Merge branch 'jw/gitweb-sample-update'
Doc update.
* jw/gitweb-sample-update:
doc: don't use git.kernel.org as example gitweb URL
-rw-r--r-- | Documentation/gitweb.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index c7436098c9..3cc9b034c4 100644 --- a/Documentation/gitweb.txt +++ b/Documentation/gitweb.txt @@ -28,8 +28,7 @@ Gitweb provides a web interface to Git repositories. Its features include: revisions one at a time, viewing the history of the repository. * Finding commits which commit messages matches given search term. -See http://git.kernel.org/?p=git/git.git;a=tree;f=gitweb[] or -http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code, +See http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code, browsed using gitweb itself. |