Skip to content

Commit

Permalink
Merge pull request #5346 from stock1218/master
Browse files Browse the repository at this point in the history
Update pipenv links in README and installation guide.
  • Loading branch information
nateprewitt committed Feb 18, 2020
2 parents a990653 + ae0a497 commit 23f6faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speak a
Requests Module Installation
----------------------------

The recommended way to intall the `requests` module is to simply use [`pipenv`](http://pipenv.org/) (or `pip`, of
The recommended way to intall the `requests` module is to simply use [`pipenv`](https://pipenv.kennethreitz.org) (or `pip`, of
course):

```console
Expand Down
2 changes: 1 addition & 1 deletion docs/user/install.rst
Expand Up @@ -17,7 +17,7 @@ To install Requests, simply run this simple command in your terminal of choice::

$ pipenv install requests

If you don't have `pipenv <http://pipenv.org/>`_ installed (tisk tisk!), head over to the Pipenv website for installation instructions. Or, if you prefer to just use pip and don't have it installed,
If you don't have `pipenv <https://pipenv.kennethreitz.org>`_ installed (tisk tisk!), head over to the Pipenv website for installation instructions. Or, if you prefer to just use pip and don't have it installed,
`this Python installation guide <https://docs.python-guide.org/starting/installation/>`_
can guide you through the process.

Expand Down

0 comments on commit 23f6faa

Please sign in to comment.