diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-06-21 18:55:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 18:55:18 (GMT) |
commit | f62ff97f31a775cc7956adeae32c14e7c85bdc15 (patch) | |
tree | 3c42c4a312807cc6cab6c0c124b235bb44e743cd /Doc/installing | |
parent | 7327d61abec965f309d10847d0e37faef680c18c (diff) | |
download | cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.zip cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.gz cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.bz2 |
gh-93851: Fix all broken links in Doc/ (GH-93853)
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 |