From dd10c867dbe74f134e995a56b59de0b72e4cd644 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 23 Jun 2020 23:31:18 +0200 Subject: [PATCH] docs: minor typo and grammar fixes --- docs/admin/Advanced-Installations.md | 2 +- docs/admin/Update.md | 2 +- docs/develop/Documentation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/Advanced-Installations.md b/docs/admin/Advanced-Installations.md index ee3a7992..3d750dcc 100644 --- a/docs/admin/Advanced-Installations.md +++ b/docs/admin/Advanced-Installations.md @@ -105,5 +105,5 @@ This will get diffs from the replication server, import diffs and index the data ## Verification and further setup -Instructions for import verification and other details like importing Wikidata can be found in [import page](Import.md) +Instructions for import verification and other details like importing Wikidata can be found in the [import section](Import.md) diff --git a/docs/admin/Update.md b/docs/admin/Update.md index 8cc2b343..b4692321 100644 --- a/docs/admin/Update.md +++ b/docs/admin/Update.md @@ -17,7 +17,7 @@ Run (as the same user who will later run the updates): pip3 install --user osmium ``` -Nominatim needs a tool called `pyosmium-get-updates` which comes with +Nominatim needs a tool called `pyosmium-get-changes` which comes with Pyosmium. You need to tell Nominatim where to find it. Add the following line to your `settings/local.php`: diff --git a/docs/develop/Documentation.md b/docs/develop/Documentation.md index debe6858..0d3c3e02 100644 --- a/docs/develop/Documentation.md +++ b/docs/develop/Documentation.md @@ -9,7 +9,7 @@ pip3 install --user mkdocs ``` If `mkdocs` can't be found after the installation, the $PATH might have not -be set correctly yet. Try opening a new terminal session. +been set correctly yet. Try opening a new terminal session. Then go to the build directory and run