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 34f72c3 commit 1b1a0b1Copy full SHA for 1b1a0b1
htmlify.pl
@@ -10,7 +10,7 @@
10
use Perl6::TypeGraph;
11
12
sub url-munge($_) {
13
- return $_ if m{^ <[a..z]>+ '::/'};
+ return $_ if m{^ <[a..z]>+ '://'};
14
return "/type/$_" if m/^<[A..Z]>/;
15
return "/routine/$_" if m/^<[a..z]>/;
16
return $_;
0 commit comments