We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5d229 commit 06ada66Copy full SHA for 06ada66
htmlify.p6
@@ -762,7 +762,7 @@ def p6format(code):
762
#| render Pod6 properly.
763
sub doc-source-reference($doc) {
764
# XXX: it would be nice to have a filename attribute for pod documents
765
- my $pod-filename = $doc.url.split(/\//)[*-1] ~ '.pod';
+ my $pod-filename = $doc.url.split(/\//)[*-1].subst('::', '/') ~ '.pod';
766
my $kind = $doc.kind.tclc;
767
my @doc-source-ref-pod =
768
pod-block("This documentation was generated from ",
0 commit comments