]> git.openstreetmap.org Git - nominatim.git/commitdiff
Update broken links in documentation
authorBen Antony <antony@synyx.de>
Thu, 17 Sep 2020 13:11:01 +0000 (15:11 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Sep 2020 20:52:59 +0000 (22:52 +0200)
docs/admin/Installation.md
docs/develop/Development-Environment.md

index b9705eb5da1aa8bf1e59ac0e8337c07a61692394..8ca41e8f407592fe6327e30e58d6dd18f03fc337 100644 (file)
@@ -37,9 +37,9 @@ For compiling:
 For running Nominatim:
 
   * [PostgreSQL](https://www.postgresql.org) (9.3+)
-  * [PostGIS](https://postgis.org) (2.2+)
+  * [PostGIS](https://postgis.net) (2.2+)
   * [Python 3](https://www.python.org/)
-  * [Psycopg2](https://initd.org/psycopg)
+  * [Psycopg2](https://www.psycopg.org)
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql
   * PHP-intl (bundled with PHP)
index 2ebaaedc4057bd6fcfae9f6afaf222f9d970d0aa..4f790641d3056229347dad3c78d9f48a6954a80c 100644 (file)
@@ -28,8 +28,8 @@ following packages should get you started:
 The Nominatim tests suite consists of behavioural tests (using behave) and
 unit tests (using PHPUnit). It has the following additional requirements:
 
-* [behave test framework](https://github.com/behave/behave) >= 1.2.5
-* [nose](https://nose.readthedocs.org)
+* [behave test framework](https://behave.readthedocs.io) >= 1.2.5
+* [nose](https://nose.readthedocs.io)
 * [pytidylib](http://countergram.com/open-source/pytidylib)
 * [phpunit](https://phpunit.de) >= 7.3
 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)