mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #225 from dentarg/master
Fixed broken link to RVM in documentation
This commit is contained in:
commit
2a347226df
2 changed files with 4 additions and 4 deletions
|
@ -30,8 +30,8 @@ tools that do one thing well.
|
||||||
[rbenv-gemset](https://github.com/jamis/rbenv-gemset) plugin.
|
[rbenv-gemset](https://github.com/jamis/rbenv-gemset) plugin.
|
||||||
* **Require changes to Ruby libraries for compatibility.** The
|
* **Require changes to Ruby libraries for compatibility.** The
|
||||||
simplicity of rbenv means as long as it's in your `$PATH`,
|
simplicity of rbenv means as long as it's in your `$PATH`,
|
||||||
[nothing](https://rvm.beginrescueend.com/integration/bundler/)
|
[nothing](https://rvm.io/integration/bundler/)
|
||||||
[else](https://rvm.beginrescueend.com/integration/capistrano/)
|
[else](https://rvm.io/integration/capistrano/)
|
||||||
needs to know about it.
|
needs to know about it.
|
||||||
* **Prompt you with warnings when you switch to a project.** Instead
|
* **Prompt you with warnings when you switch to a project.** Instead
|
||||||
of executing arbitrary code, rbenv reads just the version name
|
of executing arbitrary code, rbenv reads just the version name
|
||||||
|
|
|
@ -30,8 +30,8 @@ tools that do one thing well.
|
||||||
[rbenv-gemset](https://github.com/jamis/rbenv-gemset) plugin.
|
[rbenv-gemset](https://github.com/jamis/rbenv-gemset) plugin.
|
||||||
* **Require changes to Ruby libraries for compatibility.** The
|
* **Require changes to Ruby libraries for compatibility.** The
|
||||||
simplicity of rbenv means as long as it's in your `$PATH`,
|
simplicity of rbenv means as long as it's in your `$PATH`,
|
||||||
[nothing](https://rvm.beginrescueend.com/integration/bundler/)
|
[nothing](https://rvm.io/integration/bundler/)
|
||||||
[else](https://rvm.beginrescueend.com/integration/capistrano/)
|
[else](https://rvm.io/integration/capistrano/)
|
||||||
needs to know about it.
|
needs to know about it.
|
||||||
* **Prompt you with warnings when you switch to a project.** Instead
|
* **Prompt you with warnings when you switch to a project.** Instead
|
||||||
of executing arbitrary code, rbenv reads just the version name
|
of executing arbitrary code, rbenv reads just the version name
|
||||||
|
|
Loading…
Reference in a new issue