]> granicus.if.org Git - python/commitdiff
Issue #26199: Fix broken link in unittest.mock-examples.rst
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 28 Jan 2016 06:40:03 +0000 (08:40 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 28 Jan 2016 06:40:03 +0000 (08:40 +0200)
Patch by Raphael Das Gupta.

Doc/library/unittest.mock-examples.rst

index 055abe0de1ce4e8aa4a64a7d4eb82e69fe3369b4..dd0c4769a9c93a4a297c05ce23379728aa34651d 100644 (file)
@@ -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>`_).