update links to renamed repo

This commit is contained in:
Chris Dent
2015-07-31 14:16:39 +01:00
parent 01ab6e1d60
commit 6f3ab17009
2 changed files with 3 additions and 3 deletions

View File

@@ -39,5 +39,5 @@ client, require a version of `wsgi_intercept<0.6`. Another option
to keep in mind is that interceptor code from earlier versions,
such as the interceptor for `mechanize` ought to work when imported
independently (see [related
conversation](https://github.com/cdent/python3-wsgi-intercept/issues/16).
conversation](https://github.com/cdent/wsgi-intercept/issues/16).

View File

@@ -53,7 +53,7 @@ The best way to figure out how to use interception is to inspect
`the tests`_. More comprehensive documentation available upon
request.
.. _the tests: https://github.com/cdent/python3-wsgi-intercept/tree/master/test
.. _the tests: https://github.com/cdent/wsgi-intercept/tree/master/test
History
@@ -86,7 +86,7 @@ failing tests, et cetera using the Issue Tracker.
Additional documentation is available on `Read The Docs`_.
.. _GitHub: http://github.com/cdent/python3-wsgi-intercept
.. _GitHub: http://github.com/cdent/wsgi-intercept
.. _Read The Docs: http://wsgi-intercept.readthedocs.org/en/latest/
"""