Skip to content

Commit cc7ebb1

Browse files
committed
Link to the PyPI project page instead
1 parent 2ebe9b7 commit cc7ebb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/guides/installing-using-pip-and-virtual-environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ pip should download requests and all of its dependencies and install them:
207207
Installing collected packages: chardet, urllib3, certifi, idna, requests
208208
Successfully installed certifi-2017.7.27.1 chardet-3.0.4 idna-2.6 requests-2.18.4 urllib3-1.22
209209
210-
.. _Requests: http://docs.python-requests.org/
210+
.. _Requests: https://pypi.org/project/requests/
211211

212212

213213
Installing specific versions

source/tutorials/managing-dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ when you share your project with others. You should get output similar to this
9595
9696
Adding requests to Pipfile's [packages]...
9797
98-
.. _Requests: https://python-requests.org
98+
.. _Requests: https://pypi.org/project/requests/
9999

100100

101101
Using installed packages

0 commit comments

Comments
 (0)