about summary refs log tree commit homepage
path: root/Documentation/txt2pre
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-04-20 07:07:07 +0000
committerEric Wong <e@yhbt.net>2020-04-20 20:20:49 +0000
commita7a5822ce51c20af6117623e3bedc04055af5d34 (patch)
tree8efb1c7bd83d879b8e0ec12b265bfa74f81650b9 /Documentation/txt2pre
parent9f8184b0c8bd6bdb1f5f6c3845472c69863c1cf7 (diff)
downloadpublic-inbox-a7a5822ce51c20af6117623e3bedc04055af5d34.tar.gz
Probably a typo when doing concatenation.
Diffstat (limited to 'Documentation/txt2pre')
-rwxr-xr-xDocumentation/txt2pre2
1 files changed, 1 insertions, 1 deletions
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';