Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify 5to6-perlfunc url
  • Loading branch information
azawawi committed Mar 4, 2016
1 parent 7b7d42d commit 268bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlify.p6
Expand Up @@ -629,7 +629,7 @@ sub write-search-file () {
}
}).flat;
@items.append( %p5to6-functions.keys.map( {
my $url = "/language/5to6-perlfunc.html#" ~ uri_escape($_);
my $url = "/language/5to6-perlfunc#" ~ uri_escape($_);
sprintf( q[[{ category: "5to6-perlfunc", value: "%s", url: "%s" }]], $_, $url);
}) );
spurt("html/js/search.js", $template.subst("ITEMS", @items.join(",\n") ));
Expand Down

0 comments on commit 268bb23

Please sign in to comment.