Update wiki_pages.yml, fix http url in update script
This commit is contained in:
parent
881005efbd
commit
d3e91a79ff
2 changed files with 565 additions and 33 deletions
File diff suppressed because it is too large
Load diff
|
@ -50,7 +50,7 @@ help() unless -f $out_file;
|
|||
# Get a API interface
|
||||
my $mw = MediaWiki::API->new();
|
||||
ok($mw, "Got a MediaWiki API");
|
||||
$mw->{config}->{api_url} = 'http://wiki.openstreetmap.org/w/api.php';
|
||||
$mw->{config}->{api_url} = 'https://wiki.openstreetmap.org/w/api.php';
|
||||
|
||||
# All our goodies
|
||||
my (%feature, %count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue