summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-07-01 14:34:56 -0700
committerGitHub <noreply@github.com>2017-07-01 14:34:56 -0700
commitab89f6df66b5a656d2ea27a8156f5f64d783dc80 (patch)
treedc83aef6ed2c16e5e51ab7df184aea965300cbd1
parent82a47be23c107ed401cbbf40273b0df42e1f312b (diff)
parentda88e34342884e611d1838cf86c17fbf41945482 (diff)
Merge pull request #742 from lwm/patch-1
Fix link
-rw-r--r--DEVELOP.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 0af5143f..601c26d5 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -110,7 +110,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 <http://pythonhosted.org/behave/>`_ and
pytest.
Configuration settings for this package are provided via ``behave.ini`` file
in the ``tests`` directory.