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>

Jakub Wilk committed Jun 22, 2019 at 18:48 UTC dfa880e3365a5ba9ceadc4a92ae0387a7eec9cfe
1 file changed +1 -2
Documentation/gitweb.txt
+1 -2
@@ -28,8 +28,7 @@ Gitweb provides a web interface to Git repositories. Its features include:
28 revisions one at a time, viewing the history of the repository.
29 * Finding commits which commit messages matches given search term.
30
31 -See http://git.kernel.org/?p=git/git.git;a=tree;f=gitweb[] or
32 -http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
31 +See http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code,
32 browsed using gitweb itself.
33
34