]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: minor typo and grammar fixes
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 23 Jun 2020 21:31:18 +0000 (23:31 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 23 Jun 2020 21:31:18 +0000 (23:31 +0200)
docs/admin/Advanced-Installations.md
docs/admin/Update.md
docs/develop/Documentation.md

index ee3a799238edf8bbc43bb80d4063f2ef77feedb3..3d750dcc8ee06cf39087c9e755ea992f1d5ea478 100644 (file)
@@ -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)
 
index 8cc2b343e253190bd0f8d1dccdd1bc6961a64ce4..b4692321766811b44e44a6c7bf023ca2375c8aad 100644 (file)
@@ -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`:
 
index debe6858a43f6def7939b4a9ef45056ff0ba36d8..0d3c3e02f474ec05b09fecfcf1ff3c5c13224c47 100644 (file)
@@ -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