mirror of https://github.com/libsdl-org/SDL.git
wikiheaders: Correct wiki README digest links.
This commit is contained in:
parent
ad46394e82
commit
06c2f9fcfc
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue