mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
wikiheaders: Correct wiki README digest links.
This commit is contained in:
parent
ad46394e82
commit
06c2f9fcfc
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue