Update wiki_pages.yml, fix http url in update script

This commit is contained in:
mmd-osm 2018-02-11 17:40:31 +01:00 committed by Tom Hughes
parent 881005efbd
commit d3e91a79ff
2 changed files with 565 additions and 33 deletions

File diff suppressed because it is too large Load diff

View file

@ -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);