]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/js/nominatim-ui.js
update URLs in code and documentation
[nominatim.git] / website / js / nominatim-ui.js
index ccd403fa7160b35cde5f8cb10aa5ac55cf1c7d1b..64160c84bcc0d317c9ed72d362c8d87bd0425090 100644 (file)
@@ -143,7 +143,7 @@ jQuery(document).ready(function(){
         ].join(',');
     }
     function map_link_to_osm(){
-        return "http://openstreetmap.org/#map=" + map.getZoom() + "/" + map.getCenter().lat + "/" + map.getCenter().lng;
+        return "https://openstreetmap.org/#map=" + map.getZoom() + "/" + map.getCenter().lat + "/" + map.getCenter().lng;
     }
 
     function get_result_element(position){