]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
Merge pull request #1834 from mtmail/faq-invalid-page-in-block
[nominatim.git] / utils / update.php
index b341512c2d598f993fd99013ac93472604951041..d03cbed6b8e32029bdc6ccd4be353d1bb92c9ec9 100644 (file)
@@ -379,7 +379,7 @@ if ($aResult['import-osmosis'] || $aResult['import-osmosis-all']) {
     //
     if (strpos(CONST_Replication_Url, 'download.geofabrik.de') !== false && CONST_Replication_Update_Interval < 86400) {
         fail('Error: Update interval too low for download.geofabrik.de. ' .
-             "Please check install documentation (http://nominatim.org/release-docs/latest/Import-and-Update#setting-up-the-update-process)\n");
+             "Please check install documentation (https://nominatim.org/release-docs/latest/admin/Import-and-Update#setting-up-the-update-process)\n");
     }
 
     $sImportFile = CONST_InstallPath.'/osmosischange.osc';