]> git.openstreetmap.org Git - rails.git/blobdiff - script/misc/update-wiki-pages
Remove/replace redundant no_place locale translation
[rails.git] / script / misc / update-wiki-pages
index 0bef30d03f113de844f19e0b4f3bc2d860db6480..84e1e8a1c51117bf9673976cde7ef982cfab2934 100755 (executable)
@@ -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);