diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2022-06-21 19:37:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 19:37:09 (GMT) |
commit | 38fdff9274835c008c1e6c0c6546c23139e77c0f (patch) | |
tree | 0aabcb0a14cca6a47070e58deee4e87339f90984 /Doc/installing | |
parent | 54250e73538cf498028f73b9c9a4905294def622 (diff) | |
download | cpython-38fdff9274835c008c1e6c0c6546c23139e77c0f.zip cpython-38fdff9274835c008c1e6c0c6546c23139e77c0f.tar.gz cpython-38fdff9274835c008c1e6c0c6546c23139e77c0f.tar.bz2 |
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
(cherry picked from commit f62ff97f31a775cc7956adeae32c14e7c85bdc15)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Doc/installing')
-rw-r--r-- | Doc/installing/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 4bacc7b..e158bf1 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -214,7 +214,7 @@ It is possible that ``pip`` does not get installed by default. One potential fix python -m ensurepip --default-pip There are also additional resources for `installing pip. -<https://packaging.python.org/tutorials/installing-packages/#install-pip-setuptools-and-wheel>`__ +<https://packaging.python.org/en/latest/tutorials/installing-packages/#ensure-pip-setuptools-and-wheel-are-up-to-date>`__ Installing binary extensions |