]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-batch-json.php
Correct spelling mistakes.
[nominatim.git] / lib / template / search-batch-json.php
index 9fa83e2a22c854bb965dc43a2b2a69f7894861f3..a3ced45bc35bb46ec3fab5be00f04229a952a507 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 $aOutput = array();
-$aOutput['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright";
+$aOutput['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright";
 $aOutput['batch'] = array();
 
 foreach($aBatchResults as $aSearchResults)