]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix links to documentation in README
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 14 Jun 2016 21:11:14 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2016 21:11:14 +0000 (23:11 +0200)
README.md

index c5a01a3623d68982bc4d0926e6d843b20a3c0d90..c3f4a3d5263d17e9f1d6bb08b7ebe8f4766f87b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Here is a quick summary of the necessary steps.
      cmake ..
      make
 
-   For more detailed installation instructions see [docs/installation.md]().
+   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).
@@ -38,7 +38,7 @@ Here is a quick summary of the necessary steps.
 
      ./build/utils/setup.php --osm-file <your planet file> --all
 
-   Details can be found in [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.