]> git.openstreetmap.org Git - nominatim.git/commitdiff
Update incorrect internal links to docs
authorSrihari Thalla <thallasrihari@gmail.com>
Thu, 29 Jun 2017 11:59:15 +0000 (17:29 +0530)
committerSrihari Thalla <thallasrihari@gmail.com>
Thu, 29 Jun 2017 11:59:15 +0000 (17:29 +0530)
README.md
docs/Import-and-Update.md

index 46c419fab644d62d0b926ac3efe5a981bf774cdd..5059473c6aec84428b6be9e866aa0bd2ae55b409 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,14 +33,14 @@ Here is a quick summary of the necessary steps.
 
    For more detailed installation instructions see [docs/Installation.md](docs/Installation.md).
    There are also step-by-step instructions for
-     [Ubuntu 16.04](docs/install-on-ubuntu-16.md) and
-     [CentOS 7.2](docs/install-on-centos-7.md).
+     [Ubuntu 16.04](docs/Install-on-Ubuntu-16.md) and
+     [CentOS 7.2](docs/Install-on-Centos-7.md).
 
 2. Get OSM data and import:
 
         ./build/utils/setup.php --osm-file <your planet file> --all
 
-   Details can be found in [docs/Import_and_update.md](docs/Import_and_update.md)
+   Details can be found in [docs/Import_and_update.md](docs/Import-and-Update.md)
 
 3. Point your webserver to the ./build/website directory.
 
@@ -51,7 +51,7 @@ License
 
 The source code is available under a GPLv2 license.
 
-Contact and Bugreports
+Contact and Bug reports
 ======================
 
 For questions you can join the geocoding mailinglist, see
index 266a5d8b9e5a00dbb499da45cd3aad8e17b42541..f8acb6079bc0621d473d1f7269d7b6f528f5166d 100644 (file)
@@ -108,7 +108,7 @@ instance by following these steps:
 
   6. Apply the new settings:
 
-        ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
+         ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
 
 Be warned that the import can take a very long time, especially if you
 import all of the US. The entire US adds about 10GB to your database.