]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-22.sh
use canonical url for nominatim.org
[nominatim.git] / vagrant / Install-on-Ubuntu-22.sh
index 83cd5350d9cefa0cf04a0a5863c751ba8358ce19..c45ac55e07bfbb3e2b83d4d52e82fb437352e6df 100755 (executable)
@@ -109,7 +109,7 @@ fi                                 #DOCS:
 # download the country grid:
 
 if [ ! -f data/country_osm_grid.sql.gz ]; then       #DOCS:    :::sh
-    wget -O data/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz
+    wget -O data/country_osm_grid.sql.gz https://nominatim.org/data/country_grid.sql.gz
 fi                                 #DOCS:
 
 # The code must be built in a separate directory. Create this directory,