X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/118517b076c048b2e22a6fdf1394d127afcfa262..2cf1ff41c02729156821afbb6170243b8fd79422:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index b93e4f82..53778b1c 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -152,7 +152,7 @@ if ($aCMDResult['setup-db'] || $aCMDResult['all']) { if (!file_exists(CONST_ExtraDataPath.'/country_osm_grid.sql.gz')) { echo 'Error: you need to download the country_osm_grid first:'; - echo "\n wget -O ".CONST_ExtraDataPath."/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz\n"; + echo "\n wget -O ".CONST_ExtraDataPath."/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz\n"; exit(1); }