summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-31 09:30:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-31 09:30:14 -0500
commit4f9083e4bacdf4557bfae28479c836db680011c5 (patch)
tree301568e48370014b7eb482ff7a18a65b2efc3065
parentbd7d9094669ef9dbfd37f8faa59b2c849c8db515 (diff)
downloadpytest-runner-4f9083e4bacdf4557bfae28479c836db680011c5.tar.gz
Use github URL
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f315e6e..d9c9288 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ Usage
- Set permanent options for the ``py.test`` run (like ``addopts`` or ``pep8ignore``) in the ``[pytest]``
section of ``pytest.ini`` or ``tox.ini`` or put them in the ``[tool:pytest]``
section of ``setup.cfg``. See `pytest issue 567
- <https://bitbucket.org/pytest-dev/pytest/issues/567/>`_.
+ <https://github.com/pytest-dev/pytest/issues/567>`_.
- Optionally, set ``test=pytest`` in the ``[aliases]`` section of ``setup.cfg``
to cause ``python setup.py test`` to invoke pytest.