Skip to content

Commit a5595d5

Browse files
authored
Merge pull request #660 from Zelgius/master
updating a broken link
2 parents a2596cd + 9406b3b commit a5595d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/guides/index-mirrors-and-caches.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pip provides a number of facilities for speeding up installation by using local
3030
cached copies of :term:`packages <Distribution Package>`:
3131

3232
1. `Fast & local installs
33-
<https://pip.pypa.io/en/latest/user_guide.html#fast-local-installs>`_ by
34-
downloading all the requirements for a project and then pointing pip at
33+
<https://pip.pypa.io/en/latest/user_guide/#installing-from-local-packages>`_
34+
by downloading all the requirements for a project and then pointing pip at
3535
those downloaded files instead of going to PyPI.
3636
2. A variation on the above which pre-builds the installation files for
3737
the requirements using `pip wheel

0 commit comments

Comments
 (0)