]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix docs link in update interval error message (#3479)
authorShumail Mohyuddin <shumailmohyuddin@gmail.com>
Wed, 17 Jul 2024 08:37:07 +0000 (10:37 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 08:37:07 +0000 (10:37 +0200)
src/nominatim_db/clicmd/replication.py

index f04c730f2d5d917d8bb113930e03a3b68531e1c1..581c731ea6556eec95897f9c30d22fdc38ad2ea6 100644 (file)
@@ -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.")