summaryrefslogtreecommitdiff
path: root/docs/narr/testing.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-08-18 10:00:23 -1000
committerGitHub <noreply@github.com>2019-08-18 10:00:23 -1000
commita232b698f78d15c36d525660399f3a1451d86977 (patch)
tree558015304fa06275a0ba89b5c9fdb742bedf5082 /docs/narr/testing.rst
parentdbef47bdd0c0f1b719bc442635acb01a66cf8b5f (diff)
parentd98b838c88a9ea630f422f84d7e08eb83f3934f9 (diff)
downloadpyramid-a232b698f78d15c36d525660399f3a1451d86977.tar.gz
pyramid-a232b698f78d15c36d525660399f3a1451d86977.tar.bz2
pyramid-a232b698f78d15c36d525660399f3a1451d86977.zip
Merge pull request #3506 from Pylons/linkcheck-fixes
run linkcheck, fix redirects, change busted links to inline literals
Diffstat (limited to 'docs/narr/testing.rst')
-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 01cea969e..883bb7c7b 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -50,7 +50,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 3 <https://www.diveinto.org/python3/unit-testing.html>`_ by Mark
+Into Python 3 <https://diveinto.org/python3/unit-testing.html>`_ by Mark
Pilgrim.
:app:`Pyramid` provides a number of facilities that make unit, integration, and