summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrownShibaDog <58427631+BrownShibaDog@users.noreply.github.com>2019-12-31 17:41:24 +0900
committerBrownShibaDog <58427631+BrownShibaDog@users.noreply.github.com>2019-12-31 17:47:37 +0900
commit1826db534b2e30b6b7e994300865ded0c0f4e33c (patch)
tree026e6282618408d6534f164eba0eee5cbefda61d
parent901812a7bf1667117668e24211a99ab7b867b98d (diff)
Fix dead link of behave.
-rw-r--r--DEVELOP.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 774dd8d0..18adf9c4 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -114,7 +114,7 @@ The rpm package can be installed as follows:
Running the integration tests
-----------------------------
-Integration tests use `behave package <http://pythonhosted.org/behave/>`_ and
+Integration tests use `behave package <https://behave.readthedocs.io/>`_ and
pytest.
Configuration settings for this package are provided via a ``behave.ini`` file
in the ``tests`` directory. An example::