@@ -149,7 +149,7 @@ You can install the plugin by running ::
149
149
pip install pytest-localserver
150
150
151
151
Alternatively, get the latest stable version from `PyPI `_ or the latest
152
- `bleeding-edge archive `_ from bitbucket.org .
152
+ `bleeding-edge archive `_ from Github .
153
153
154
154
License and Credits
155
155
===================
@@ -174,7 +174,7 @@ Development and future plans
174
174
Feel free to clone the repository and add your own changes. Pull requests are
175
175
always welcome!::
176
176
177
- hg clone https://bitbucket.org /pytest-dev/pytest-localserver
177
+ git clone https://github.com /pytest-dev/pytest-localserver
178
178
179
179
If you find any bugs, please file a `report `_.
180
180
@@ -200,8 +200,8 @@ I already have a couple of ideas for future versions:
200
200
.. _linkchecker : http://linkchecker.sourceforge.net/
201
201
.. _WSGI application : http://www.python.org/dev/peps/pep-0333/
202
202
.. _PyPI : http://pypi.python.org/pypi/pytest-localserver/
203
- .. _bleeding-edge archive : https://bitbucket.org /pytest-dev/pytest-localserver/get/tip.tar.gz
204
- .. _report : https://bitbucket.org /pytest-dev/pytest-localserver/issues/
203
+ .. _bleeding-edge : https://github.com /pytest-dev/pytest-localserver
204
+ .. _report : https://github.com /pytest-dev/pytest-localserver/issues/
205
205
.. _tox : http://testrun.org/tox/
206
206
.. _a piece of software : http://pypi.python.org/pypi/python-amazon-product-api/
207
207
.. _Mailsink recipe : http://code.activestate.com/recipes/440690/
0 commit comments