summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2025-07-03 00:59:13 (GMT)
committerGitHub <noreply@github.com>2025-07-03 00:59:13 (GMT)
commit004f4643387e19069718ffdb1437de830697c2d2 (patch)
tree22c0858e8a20acd4cfaa4c584899faabbff30c4b /Doc
parentc99354cf1f0e501bff51cd4a1905de062615126c (diff)
downloadcpython-004f4643387e19069718ffdb1437de830697c2d2.zip
cpython-004f4643387e19069718ffdb1437de830697c2d2.tar.gz
cpython-004f4643387e19069718ffdb1437de830697c2d2.tar.bz2
[3.13] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136219)
gh-136135: Doc: Fix some broken links (GH-136137) (cherry picked from commit 135ba86212ad116af3cc4a6ba656bc8cfaab131a) Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/functional.rst2
-rw-r--r--Doc/installing/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst
index aff651f..b0b2414 100644
--- a/Doc/howto/functional.rst
+++ b/Doc/howto/functional.rst
@@ -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
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst
index a46c1ca..3a485a4 100644
--- a/Doc/installing/index.rst
+++ b/Doc/installing/index.rst
@@ -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