diff --git a/util/issue-with-all-pod6.p6 b/util/issue-with-all-pod6.p6 index 429d6ff4f..3affd0c62 100755 --- a/util/issue-with-all-pod6.p6 +++ b/util/issue-with-all-pod6.p6 @@ -18,7 +18,7 @@ for @docs -> $d { $web-path = "https://docs.perl6.org/" } } - + $web-path .= trans( [ "Language", "Programs", ".pod6" ] => [ "language", "programs", "" ] ); say "* [ ] $doc-name [file]($repo-path), [generated]($web-path)";