]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: fix more links
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Oct 2021 15:26:14 +0000 (17:26 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Oct 2021 15:26:14 +0000 (17:26 +0200)
docs/admin/Import.md
docs/customize/Special-Phrases.md
docs/customize/Tokenizers.md
docs/develop/Tokenizers.md

index 2214fa095a765050e0f195bc96bb014900b501d1..576c0097516b707fc353dbffadce301996913af8 100644 (file)
@@ -96,7 +96,7 @@ This data can be optionally downloaded into the project directory:
     wget https://www.nominatim.org/data/us_postcodes.csv.gz
 
 You can also add your own custom postcode sources, see
-[Customization of postcodes](Customization.md#external-postcode-data).
+[Customization of postcodes](../customize/Postcodes.md).
 
 ## Choosing the data to import
 
index 0ba43911142d480f408acd311a954303c425a319..f6f734428e4201e45acbc3bbbf00ce8568f3a804 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Importing OSM user-maintained special phrases
 
-As described in the [Import section](Import.md), it is possible to
+As described in the [Import section](../admin/Import.md), it is possible to
 import special phrases from the wiki with the following command:
 
 ```sh
index d3d04502c00c3d9f1a79a27822418722d1c5adb0..4d5fbb150c8bb02612943a7c0ab02772a4f89f50 100644 (file)
@@ -37,7 +37,7 @@ NOMINATIM_DATABASE_MODULE_PATH=<path to directory where nominatim.so resides>
 ```
 
 This is in particular useful when the database runs on a different server.
-See [Advanced installations](Advanced-Installations.md#importing-nominatim-to-an-external-postgresql-database) for details.
+See [Advanced installations](../admin/Advanced-Installations.md#importing-nominatim-to-an-external-postgresql-database) for details.
 
 There are no other configuration options for the legacy tokenizer. All
 normalization functions are hard-coded.
index 5282db1ae73a1ad375232fedc647df130ad71a9e..28d8fd19733140c6db368238014c8adda0722028 100644 (file)
@@ -6,7 +6,7 @@ tokenizers that use different strategies for normalisation. This page describes
 how tokenizers are expected to work and the public API that needs to be
 implemented when creating a new tokenizer. For information on how to configure
 a specific tokenizer for a database see the
-[tokenizer chapter in the administration guide](../admin/Tokenizers.md).
+[tokenizer chapter in the Customization Guide](../customize/Tokenizers.md).
 
 ## Generic Architecture