summaryrefslogtreecommitdiff
path: root/Doc/library/difflib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 10:26:56 +0100
committerGeorg Brandl <georg@python.org>2014-10-29 10:26:56 +0100
commit94a4f0453115642eebb24e4f70cb09ba50793a58 (patch)
treed0ab43e7d9b632905ec740bc9a01c2fc3e80e2e7 /Doc/library/difflib.rst
parent283e77b1e4cb12dd34f6ec43e89eeca22a14b522 (diff)
downloadcpython-94a4f0453115642eebb24e4f70cb09ba50793a58.tar.gz
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/library/difflib.rst')
-rw-r--r--Doc/library/difflib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst
index 2a75d2cb15..5f72ea6233 100644
--- a/Doc/library/difflib.rst
+++ b/Doc/library/difflib.rst
@@ -323,9 +323,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
.. seealso::
- `Pattern Matching: The Gestalt Approach <http://www.ddj.com/184407970?pgno=5>`_
+ `Pattern Matching: The Gestalt Approach <http://www.drdobbs.com/database/pattern-matching-the-gestalt-approach/184407970>`_
Discussion of a similar algorithm by John W. Ratcliff and D. E. Metzener. This
- was published in `Dr. Dobb's Journal <http://www.ddj.com/>`_ in July, 1988.
+ was published in `Dr. Dobb's Journal <http://www.drdobbs.com/>`_ in July, 1988.
.. _sequence-matcher: