From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 63F951F461 for ; Sat, 22 Jun 2019 17:29:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726342AbfFVR2b (ORCPT ); Sat, 22 Jun 2019 13:28:31 -0400 Received: from 13.mo4.mail-out.ovh.net ([178.33.251.8]:46964 "EHLO 13.mo4.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbfFVR2a (ORCPT ); Sat, 22 Jun 2019 13:28:30 -0400 X-Greylist: delayed 1799 seconds by postgrey-1.27 at vger.kernel.org; Sat, 22 Jun 2019 13:28:30 EDT Received: from player794.ha.ovh.net (unknown [10.109.159.152]) by mo4.mail-out.ovh.net (Postfix) with ESMTP id 13EF71F5853 for ; Sat, 22 Jun 2019 18:49:02 +0200 (CEST) Received: from jwilk.net (ip-5-172-255-74.free.aero2.net.pl [5.172.255.74]) (Authenticated sender: jwilk@jwilk.net) by player794.ha.ovh.net (Postfix) with ESMTPSA id 39CA471D5225; Sat, 22 Jun 2019 16:48:59 +0000 (UTC) From: Jakub Wilk To: git@vger.kernel.org Cc: Junio C Hamano Subject: [PATCH] doc: don't use git.kernel.org as example gitweb URL Date: Sat, 22 Jun 2019 18:48:57 +0200 Message-Id: <20190622164857.896-1-jwilk@jwilk.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 6628454229580371933 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrtdekgddutdehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenuc Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org 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 --- Documentation/gitweb.txt | 3 +-- 1 file changed, 1 insertion(+), 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. -- 2.20.1