summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2011-08-02 01:20:17 +0100
committerMichael Foord <michael@voidspace.org.uk>2011-08-02 01:20:17 +0100
commit4c0b903e2a8244ea884dc6caff9520fa1af392c4 (patch)
tree550f7316cff14a94f9d2cbcdfb7fd80367e3a46d
parentc2f7db95a4bcca3f7aa0da6bd91fc48fc605ef34 (diff)
downloadmock-release-0.7-maint.tar.gz
Correct duplicate link in READMErelease-0.7-maint
-rw-r--r--README.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 151e4d0..36a2259 100644
--- a/README.txt
+++ b/README.txt
@@ -28,9 +28,7 @@ testing, particularly monkey patching.
Mock is very easy to use and is designed for use with
`unittest <http://pypi.python.org/pypi/unittest2>`_. Mock is based on
the 'action -> assertion' pattern instead of 'record -> replay' used by many
-mocking frameworks. See the
-`mock documentation <http://www.voidspace.org.uk/python/mock/>`_ for full
-details.
+mocking frameworks. See the `mock documentation`_ for full details.
Mock objects create all attributes and methods as you access them and store
details of how they have been used. You can configure them, to specify return