]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Development-Environment.md
remove dead code
[nominatim.git] / docs / develop / Development-Environment.md
index 0334d0f1006e4e1c36efcc301dc075d8bbbde0ad..4f790641d3056229347dad3c78d9f48a6954a80c 100644 (file)
@@ -3,11 +3,11 @@
 This chapter gives an overview how to set up Nominatim for developement
 and how to run tests.
 
-!!!Important
-This guide assumes that you develop under the latest version of Ubuntu. You
-can of course also use your favourite distribution. You just might have to
-adapt the commands below slightly, in particular the commands for installing
-additional software.
+!!! Important
+    This guide assumes that you develop under the latest version of Ubuntu. You
+    can of course also use your favourite distribution. You just might have to
+    adapt the commands below slightly, in particular the commands for installing
+    additional software.
 
 ## Installing Nominatim
 
@@ -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)