X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fc40939775813705f1be2bf8a095d47b015c9982..7cc33a839cbd8b42955a9e8d059b67afa22eab59:/utils/update.php?ds=sidebyside diff --git a/utils/update.php b/utils/update.php index b341512c..d03cbed6 100644 --- a/utils/update.php +++ b/utils/update.php @@ -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';