mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
wikiheaders: Correct wiki README digest links.
This commit is contained in:
@@ -2707,8 +2707,8 @@ __EOF__
|
|||||||
opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
|
opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
|
||||||
while (my $d = readdir(DH)) {
|
while (my $d = readdir(DH)) {
|
||||||
my $dent = $d;
|
my $dent = $d;
|
||||||
if ($dent =~ /\AREADME\-.*?\.md\Z/) {
|
if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
|
||||||
push @pages, $dent;
|
push @pages, $1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
closedir(DH);
|
closedir(DH);
|
||||||
|
Reference in New Issue
Block a user