summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-30 13:11:18 -0700
committerChris McDonough <chrism@plope.com>2012-08-30 13:11:18 -0700
commit9e99e37432fe494b21c1aa7c4b381ece5c9b2727 (patch)
tree8c49cd4180ab15f792aab8f507bd2b230771bb4c /docs
parentcc8962d5da32bb30bbfc37c96286282b5ed751ff (diff)
parenteb72972b51f58037d1bc1c2e5d81ee10abd82afe (diff)
downloadpyramid-9e99e37432fe494b21c1aa7c4b381ece5c9b2727.tar.gz
pyramid-9e99e37432fe494b21c1aa7c4b381ece5c9b2727.tar.bz2
pyramid-9e99e37432fe494b21c1aa7c4b381ece5c9b2727.zip
Merge pull request #675 from ronnix/patch-3
Fixed broken link in docs/narr/testing.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index 5ce2c8a66..50e9d5604 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -52,7 +52,7 @@ The suggested mechanism for unit and integration testing of a :app:`Pyramid`
application is the Python :mod:`unittest` module. Although this module is
named :mod:`unittest`, it is actually capable of driving both unit and
integration tests. A good :mod:`unittest` tutorial is available within `Dive
-Into Python <http://diveintopython.nfshost.com/unit_testing/index.html>`_ by Mark
+Into Python <http://www.diveintopython.net/unit_testing/index.html>`_ by Mark
Pilgrim.
:app:`Pyramid` provides a number of facilities that make unit, integration,