diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-06-22 18:48:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-24 12:37:21 -0700 |
commit | dfa880e3365a5ba9ceadc4a92ae0387a7eec9cfe (patch) | |
tree | afecc44622b19768ec051b4a8eabfb7a2ed6a15d /Documentation | |
parent | Git 2.22 (diff) | |
download | tgif-dfa880e3365a5ba9ceadc4a92ae0387a7eec9cfe.tar.xz |
doc: don't use git.kernel.org as example gitweb URL
git.kernel.org uses cgit, not gitweb, these days:
$ w3m -dump 'http://git.kernel.org/?p=git/git.git;a=tree;f=gitweb' | grep -w generated
generated by cgit 1.2-0.3.lf.el7 (git 2.18.0) at 2019-06-22 16:14:38 +0000
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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. |