]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Aug 2025 19:42:04 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Aug 2025 19:42:04 +0000 (19:42 +0000)
gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527)
(cherry picked from commit 244c7b8c4c579972e7db54132bdd74de3d3b3c0a)

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
Doc/library/difflib.rst

index ce948a6860f02c18f9e4dd34eb95ec19196d7000..ec8b575a1ba9996fb6b30a0bf6e0ab5f1180b758 100644 (file)
@@ -351,9 +351,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
 
 .. seealso::
 
-   `Pattern Matching: The Gestalt Approach <https://www.drdobbs.com/database/pattern-matching-the-gestalt-approach/184407970>`_
+   `Pattern Matching: The Gestalt Approach <https://jacobfilipp.com/DrDobbs/articles/DDJ/1988/8807/8807c/8807c.htm>`_
       Discussion of a similar algorithm by John W. Ratcliff and D. E. Metzener. This
-      was published in `Dr. Dobb's Journal <https://www.drdobbs.com/>`_ in July, 1988.
+      was published in Dr. Dobb's Journal in July, 1988.
 
 
 .. _sequence-matcher: