wikiheaders: Correct wiki README digest links.

This commit is contained in:
Ryan C. Gordon
2025-05-05 23:56:12 -04:00
parent ad46394e82
commit 06c2f9fcfc

View File

@@ -2707,8 +2707,8 @@ __EOF__
opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
while (my $d = readdir(DH)) {
my $dent = $d;
if ($dent =~ /\AREADME\-.*?\.md\Z/) {
push @pages, $dent;
if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
push @pages, $1;
}
}
closedir(DH);