summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-02-27 12:27:40 +0100
committerholger krekel <holger@merlinux.eu>2015-02-27 12:27:40 +0100
commitc3ca44b46fc9e43725767af228176c20391140db (patch)
tree263bc43339d6641bc2a92173f611922a56082a40 /README.rst
parentf6df3b0b9744239b6de731bb5b53db3e119f9c7f (diff)
downloadpytest-c3ca44b46fc9e43725767af228176c20391140db.tar.gz
change links to go to the new pytest-dev bitbucket team's repo location
--HG-- branch : docs_community
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index d4d883393..180a2ecbf 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-.. image:: https://drone.io/bitbucket.org/hpk42/pytest/status.png
- :target: https://drone.io/bitbucket.org/hpk42/pytest/latest
+.. image:: https://drone.io/bitbucket.org/pytest-dev/pytest/status.png
+ :target: https://drone.io/bitbucket.org/pytest-dev/pytest/latest
.. image:: https://pypip.in/v/pytest/badge.png
:target: https://pypi.python.org/pypi/pytest
@@ -7,9 +7,9 @@ Documentation: http://pytest.org/latest/
Changelog: http://pytest.org/latest/changelog.html
-Issues: https://bitbucket.org/hpk42/pytest/issues?status=open
+Issues: https://bitbucket.org/pytest-dev/pytest/issues?status=open
-CI: https://drone.io/bitbucket.org/hpk42/pytest
+CI: https://drone.io/bitbucket.org/pytest-dev/pytest
The ``pytest`` testing tool makes it easy to write small tests, yet
scales to support complex functional testing. It provides
@@ -44,11 +44,11 @@ For much more info, including PDF docs, see
and report bugs at:
- http://bitbucket.org/hpk42/pytest/issues/
+ http://bitbucket.org/pytest-dev/pytest/issues/
and checkout or fork repo at:
- http://bitbucket.org/hpk42/pytest/
+ http://bitbucket.org/pytest-dev/pytest/
Copyright Holger Krekel and others, 2004-2014