summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2020-01-07 06:53:42 -0800
committerGitHub <noreply@github.com>2020-01-07 06:53:42 -0800
commita5f7d9196c45519aef761692698875ce9d8d4f8c (patch)
treef37311090c5f8fea012004b26332f5b24cd29180
parent901812a7bf1667117668e24211a99ab7b867b98d (diff)
parenteb2718ba05d0708ec506fbe6e8bb5397504cfdc2 (diff)
Merge pull request #1135 from BrownShibaDog/master
Fix dead link of behave package.
-rw-r--r--AUTHORS1
-rw-r--r--DEVELOP.rst2
-rw-r--r--changelog.rst9
3 files changed, 11 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index b37ad891..faf9b189 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -102,6 +102,7 @@ Contributors:
* Pedro Ferrari (petobens)
* Martin Matejek (mmtj)
* Jonas Jelten
+ * BrownShibaDog
Creator:
--------
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::
diff --git a/changelog.rst b/changelog.rst
index b97a72fb..906aac36 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,11 @@
+Upcoming:
+=========
+
+Internal:
+---------
+
+* Fix dead link in development guide. (Thanks: `BrownShibaDog`_)
+
2.2.0:
======
@@ -1009,3 +1017,4 @@ Improvements:
.. _`Alexander Zawadzki`: https://github.com/zadacka
.. _`Sebastian Janko`: https://github.com/sebojanko
.. _`Pedro Ferrari`: https://github.com/petobens
+.. _`BrownShibaDog`: https://github.com/BrownShibaDog