From 43abe13db97928097a8ffa23f0559e02ee122f1c Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 27 Nov 2015 19:12:54 -0800 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 415a2306..2e14f926 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. -This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and -[ruby-build](https://github.com/sstephenson/ruby-build), and modified for Python. +This project was forked from [rbenv](https://github.com/rbenv/rbenv) and +[ruby-build](https://github.com/rbenv/ruby-build), and modified for Python. @@ -21,7 +21,7 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and * Allow you to **override the Python version** with an environment variable. * Search commands from **multiple versions of Python at a time**. - This may be helpful to test across Python versions with [tox](http://pypi.python.org/pypi/tox). + This may be helpful to test across Python versions with [tox](https://pypi.python.org/pypi/tox). ### In contrast with pythonbrew and pythonz, pyenv _does not..._ @@ -30,7 +30,7 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and There is no bootstrap problem of Python. * **Need to be loaded into your shell.** Instead, pyenv's shim approach works by adding a directory to your `$PATH`. -* **Manage virtualenv.** Of course, you can create [virtualenv](http://pypi.python.org/pypi/virtualenv) +* **Manage virtualenv.** Of course, you can create [virtualenv](https://pypi.python.org/pypi/virtualenv) yourself, or [pyenv-virtualenv](https://github.com/yyuu/pyenv-virtualenv) to automate the process.