forked from hans/Nominatim
fix docs typos
This commit is contained in:
@@ -101,7 +101,7 @@ Run the following command from your Nominatim directory after configuring the fi
|
|||||||
|
|
||||||
bash ./utils/update_database.sh
|
bash ./utils/update_database.sh
|
||||||
|
|
||||||
This will get diffs from the replication server, import diffs and index the database. The default replication server in the script([Geofabric](https://download.geofabrik.de)) provides daily updates.
|
This will get diffs from the replication server, import diffs and index the database. The default replication server in the script([Geofabrik](https://download.geofabrik.de)) provides daily updates.
|
||||||
|
|
||||||
## Verification and further setup
|
## Verification and further setup
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
site_name: Nominatim Documentation
|
site_name: Nominatim Documentation
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
|
docs_dir: ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
site_url: http://nominatim.org
|
site_url: https://nominatim.org
|
||||||
repo_url: https://github.com/openstreetmap/Nominatim
|
repo_url: https://github.com/openstreetmap/Nominatim
|
||||||
pages:
|
pages:
|
||||||
- 'Introduction' : 'index.md'
|
- 'Introduction' : 'index.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user