diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-01-28 06:40:03 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-01-28 06:40:03 (GMT) |
commit | a370a4271e672576e54fb5fe3fc1d67139b69a0a (patch) | |
tree | 0b465dd718a66e2de196ab4d4317021d92fb7d36 /Doc/library/unittest.mock-examples.rst | |
parent | 4942870471541e84d796bc1bef6088c08abae5f6 (diff) | |
download | cpython-a370a4271e672576e54fb5fe3fc1d67139b69a0a.zip cpython-a370a4271e672576e54fb5fe3fc1d67139b69a0a.tar.gz cpython-a370a4271e672576e54fb5fe3fc1d67139b69a0a.tar.bz2 |
Issue #26199: Fix broken link in unittest.mock-examples.rst
Patch by Raphael Das Gupta.
Diffstat (limited to 'Doc/library/unittest.mock-examples.rst')
-rw-r--r-- | Doc/library/unittest.mock-examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.mock-examples.rst b/Doc/library/unittest.mock-examples.rst index 055abe0..dd0c476 100644 --- a/Doc/library/unittest.mock-examples.rst +++ b/Doc/library/unittest.mock-examples.rst @@ -1254,4 +1254,4 @@ As of version 1.5, the Python testing library `PyHamcrest <https://pypi.python.org/pypi/PyHamcrest>`_ provides similar functionality, that may be useful here, in the form of its equality matcher (`hamcrest.library.integration.match_equality -<http://pythonhosted.org/PyHamcrest/integration.html#hamcrest.library.integration.match_equality.match_equality>`_). +<http://pyhamcrest.readthedocs.org/en/stable/integration/#module-hamcrest.library.integration.match_equality>`_). |