fix docs link in update interval error message (#3479)

This commit is contained in:
Shumail Mohyuddin
2024-07-17 10:37:07 +02:00
committed by GitHub
parent b89144dcb2
commit b8686c19a0

View File

@@ -116,7 +116,7 @@ class UpdateReplication:
and update_interval < 86400: and update_interval < 86400:
LOG.fatal("Update interval too low for download.geofabrik.de.\n" LOG.fatal("Update interval too low for download.geofabrik.de.\n"
"Please check install documentation " "Please check install documentation "
"(https://nominatim.org/release-docs/latest/admin/Import-and-Update#" "(https://nominatim.org/release-docs/latest/admin/Update/#"
"setting-up-the-update-process).") "setting-up-the-update-process).")
raise UsageError("Invalid replication update interval setting.") raise UsageError("Invalid replication update interval setting.")