summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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