From 2635fe8b4caa16de25776a4f346997aaf69e61e4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 18 Oct 2021 17:26:14 +0200 Subject: [PATCH] docs: fix more links --- docs/admin/Import.md | 2 +- docs/customize/Special-Phrases.md | 2 +- docs/customize/Tokenizers.md | 2 +- docs/develop/Tokenizers.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 2214fa09..576c0097 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -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 diff --git a/docs/customize/Special-Phrases.md b/docs/customize/Special-Phrases.md index 0ba43911..f6f73442 100644 --- a/docs/customize/Special-Phrases.md +++ b/docs/customize/Special-Phrases.md @@ -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 diff --git a/docs/customize/Tokenizers.md b/docs/customize/Tokenizers.md index d3d04502..4d5fbb15 100644 --- a/docs/customize/Tokenizers.md +++ b/docs/customize/Tokenizers.md @@ -37,7 +37,7 @@ NOMINATIM_DATABASE_MODULE_PATH= ``` 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. diff --git a/docs/develop/Tokenizers.md b/docs/develop/Tokenizers.md index 5282db1a..28d8fd19 100644 --- a/docs/develop/Tokenizers.md +++ b/docs/develop/Tokenizers.md @@ -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 -- 2.39.5