From 90f6a3837d79aff88139f001841cf7df8102acdf Mon Sep 17 00:00:00 2001 From: Jimmy Wan Date: Tue, 27 Jun 2017 11:24:14 -0500 Subject: [PATCH] Update README.md Update github urls. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9136c39..2791979 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pyenv-update -pyenv-update is a [pyenv](https://github.com/yyuu/pyenv) plugin +pyenv-update is a [pyenv](https://github.com/pyenv/pyenv) plugin that provides a `pyenv update` command to update pyenv and its plugins. This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update). @@ -12,7 +12,7 @@ This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update Installing pyenv-update as a pyenv plugin will give you access to the `pyenv update` command. - $ git clone git://github.com/yyuu/pyenv-update.git ~/.pyenv/plugins/pyenv-update + $ git clone git://github.com/pyenv/pyenv-update.git ~/.pyenv/plugins/pyenv-update ## Usage