Skip to content

Commit ec098ac

Browse files
authored
Merge pull request #666 from pypa/fix-links
Fix broken links
2 parents 62ed063 + 03cd86b commit ec098ac

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Installing packages
184184
-------------------
185185

186186
Now that you're in your virtual environment you can install packages. Let's install the
187-
excellent `Requests`_ library from the :term:`Python Package Index (PyPI)`:
187+
`Requests`_ library from the :term:`Python Package Index (PyPI)`:
188188

189189
.. code-block:: bash
190190
@@ -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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +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
99-
.. _pipenv-tox: https://docs.pipenv.org/advanced/#tox-automation-project
98+
.. _Requests: https://pypi.org/project/requests/
10099

101100

102101
Using installed packages

0 commit comments

Comments
 (0)