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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B45751F45A for ; Mon, 20 Apr 2020 07:07:07 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: txt2pre: fix URL of git-filter-repo(1) Date: Mon, 20 Apr 2020 07:07:07 +0000 Message-Id: <20200420070707.19817-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Probably a typo when doing concatenation. --- Documentation/txt2pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/txt2pre b/Documentation/txt2pre index cf58bad8..e9b5eb7d 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -79,7 +79,7 @@ $xurls{'grok-pull'} = 'https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git' . '/tree/man/grok-pull.1.rst'; $xurls{'git-filter-repo(1)'} = 'https://github.com/newren/git-filter-repo'. - './blob/master/Documentation/git-filter-repo.txt'; + '/blob/master/Documentation/git-filter-repo.txt'; $xurls{'ssoma(1)'} = 'https://ssoma.public-inbox.org/ssoma.txt'; $xurls{'cgitrc(5)'} = 'https://git.zx2c4.com/cgit/tree/cgitrc.5.txt'; $xurls{'prove(1)'} = 'https://perldoc.perl.org/prove.html';