]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-136135: Doc: Fix some broken links (GH-136137)
authorWeilin Du <108666168+LamentXU123@users.noreply.github.com>
Thu, 3 Jul 2025 00:51:31 +0000 (08:51 +0800)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 00:51:31 +0000 (20:51 -0400)
Doc/howto/functional.rst
Doc/installing/index.rst

index 78e56e0c64fb1013b2799c01d17dd1663c54b8c2..053558e389030a898fb7ff0e35923557b467fe1d 100644 (file)
@@ -1217,7 +1217,7 @@ flow inside a program.  The book uses Scheme for its examples, but many of the
 design approaches described in these chapters are applicable to functional-style
 Python code.
 
-https://www.defmacro.org/ramblings/fp.html: A general introduction to functional
+https://defmacro.org/2006/06/19/fp.html: A general introduction to functional
 programming that uses Java examples and has a lengthy historical introduction.
 
 https://en.wikipedia.org/wiki/Functional_programming: General Wikipedia entry
index a46c1caefe4d8acaa3e981f6ea1b86b3c9535422..3a485a43a5a7518452acdd072cea6c22fc314695 100644 (file)
@@ -188,7 +188,7 @@ switch::
    Once the Development & Deployment part of PPUG is fleshed out, some of
    those sections should be linked from new questions here (most notably,
    we should have a question about avoiding depending on PyPI that links to
-   https://packaging.python.org/en/latest/mirrors/)
+   https://packaging.python.org/en/latest/guides/index-mirrors-and-caches/)
 
 
 Common installation issues