From: Ben Antony Date: Thu, 17 Sep 2020 13:11:01 +0000 (+0200) Subject: Update broken links in documentation X-Git-Tag: v3.6.0~73 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/0dad470eb968da5902027132547988b2b382ae87?ds=sidebyside;hp=-c Update broken links in documentation --- 0dad470eb968da5902027132547988b2b382ae87 diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index b9705eb5..8ca41e8f 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -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) diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 2ebaaedc..4f790641 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -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)