浏览代码

Merge pull request #225 from dentarg/master

Fixed broken link to RVM in documentation
pull/360/head^2
Guillermo Iguaran 13 年前
父节点
当前提交
2a347226df
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      README.md
  2. +2
    -2
      doc/README.mdtoc

+ 2
- 2
README.md 查看文件

@ -30,8 +30,8 @@ tools that do one thing well.
[rbenv-gemset](https://github.com/jamis/rbenv-gemset) plugin.
* **Require changes to Ruby libraries for compatibility.** The
simplicity of rbenv means as long as it's in your `$PATH`,
[nothing](https://rvm.beginrescueend.com/integration/bundler/)
[else](https://rvm.beginrescueend.com/integration/capistrano/)
[nothing](https://rvm.io/integration/bundler/)
[else](https://rvm.io/integration/capistrano/)
needs to know about it.
* **Prompt you with warnings when you switch to a project.** Instead
of executing arbitrary code, rbenv reads just the version name

+ 2
- 2
doc/README.mdtoc 查看文件

@ -30,8 +30,8 @@ tools that do one thing well.
[rbenv-gemset](https://github.com/jamis/rbenv-gemset) plugin.
* **Require changes to Ruby libraries for compatibility.** The
simplicity of rbenv means as long as it's in your `$PATH`,
[nothing](https://rvm.beginrescueend.com/integration/bundler/)
[else](https://rvm.beginrescueend.com/integration/capistrano/)
[nothing](https://rvm.io/integration/bundler/)
[else](https://rvm.io/integration/capistrano/)
needs to know about it.
* **Prompt you with warnings when you switch to a project.** Instead
of executing arbitrary code, rbenv reads just the version name

正在加载...
取消
保存