]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: fix dangling links v4.1.0
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Aug 2022 13:29:43 +0000 (15:29 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Aug 2022 13:29:43 +0000 (15:29 +0200)
docs/admin/Faq.md
docs/develop/Indexing.md

index 5737cef5540c5a3a4887a7f0fdb67c8ddbb1bb76..d17a53edf006d770061d8d37fe8c56dd5a25e8d0 100644 (file)
@@ -160,9 +160,6 @@ by everybody, e.g.
 
 Try `chmod a+r nominatim.so; chmod a+x nominatim.so`.
 
 
 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
 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
index 22959e2218725bf514f70b35f18098b9ce3adb8f..528e8bb235e83df6309d25868d2fc0186d66a479 100644 (file)
@@ -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
 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
 
 
 ### Address processing