]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/Import-and-Update.md
convert remaining http links and shorten copyright URL
[nominatim.git] / docs / Import-and-Update.md
index d99c878c3d482904c38b292e2d910885be846461..b523f65dcdf713edaf1984294aa097063acb1352 100644 (file)
@@ -55,7 +55,7 @@ Initial import of the data
 --------------------------
 
 **Important:** first try the import with a small excerpt, for example from
-[Geofabrik](http://download.geofabrik.de).
+[Geofabrik](https://download.geofabrik.de).
 
 Download the data to import and load the data with the following command:
 
@@ -164,7 +164,7 @@ to `settings/local.php`. For example, to use the daily country extracts
 diffs for Ireland from geofabrik add the following:
 
     // base URL of the replication service
-    @define('CONST_Replication_Url', 'http://download.geofabrik.de/europe/ireland-and-northern-ireland-updates');
+    @define('CONST_Replication_Url', 'https://download.geofabrik.de/europe/ireland-and-northern-ireland-updates');
     // How often upstream publishes diffs
     @define('CONST_Replication_Update_Interval', '86400');
     // How long to sleep if no update found yet