Skip to content

Commit 06c2f9f

Browse files
committed
wikiheaders: Correct wiki README digest links.
1 parent ad46394 commit 06c2f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-scripts/wikiheaders.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,8 +2707,8 @@ sub generate_quickref {
27072707
opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
27082708
while (my $d = readdir(DH)) {
27092709
my $dent = $d;
2710-
if ($dent =~ /\AREADME\-.*?\.md\Z/) {
2711-
push @pages, $dent;
2710+
if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
2711+
push @pages, $1;
27122712
}
27132713
}
27142714
closedir(DH);

0 commit comments

Comments
 (0)