mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 12:06:27 +03:00
fix docs link in update interval error message (#3479)
This commit is contained in:
parent
b89144dcb2
commit
b8686c19a0
@ -116,7 +116,7 @@ class UpdateReplication:
|
||||
and update_interval < 86400:
|
||||
LOG.fatal("Update interval too low for download.geofabrik.de.\n"
|
||||
"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).")
|
||||
raise UsageError("Invalid replication update interval setting.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user