From eecc73ea1ab2005ca87b486e6bc2de41025a1ab4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 5 Aug 2022 15:29:43 +0200 Subject: [PATCH] docs: fix dangling links --- docs/admin/Faq.md | 3 --- docs/develop/Indexing.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/admin/Faq.md b/docs/admin/Faq.md index 5737cef5..d17a53ed 100644 --- a/docs/admin/Faq.md +++ b/docs/admin/Faq.md @@ -160,9 +160,6 @@ by everybody, e.g. Try `chmod a+r nominatim.so; chmod a+x nominatim.so`. -When running SELinux, make sure that the -[context is set up correctly](../appendix/Install-on-Centos-8.md#adding-selinux-security-settings). - When you recently updated your operating system, updated PostgreSQL to a new version or moved files (e.g. the build directory) you should recreate `nominatim.so`. Try diff --git a/docs/develop/Indexing.md b/docs/develop/Indexing.md index 22959e22..528e8bb2 100644 --- a/docs/develop/Indexing.md +++ b/docs/develop/Indexing.md @@ -78,7 +78,7 @@ The inheritance is computed in the data preparation step. The prepared place information is handed to the tokenizer next. This is a Python module responsible for processing the names from both name and address terms and building up the word index from them. The process is explained in -more detail in the [Tokenizer chapter](Tokenizer.md). +more detail in the [Tokenizer chapter](Tokenizers.md). ### Address processing -- 2.43.2