diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-04-14 17:18:18 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-04-14 17:18:18 +0200 |
commit | 3bf8f8b05557c5661c9816f106c582fed1f10754 (patch) | |
tree | ade3f7e7998349ad613364978e778d4cf7567bf1 /guides | |
parent | 38426458d682ceca7b00c9794f5680767e1a2d7c (diff) | |
parent | 1497529d05c8c5e66d9bad9b990b042442266136 (diff) | |
download | rails-3bf8f8b05557c5661c9816f106c582fed1f10754.tar.gz rails-3bf8f8b05557c5661c9816f106c582fed1f10754.tar.bz2 rails-3bf8f8b05557c5661c9816f106c582fed1f10754.zip |
Merge pull request #14746 from zenati/master
Reference and link to install RVM in the Getting Started Guide. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 1ae7397696..36bbd1187c 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -99,7 +99,7 @@ ruby 2.0.0p353 ``` If you don't have Ruby installed have a look at -[ruby-lang.org](https://www.ruby-lang.org/en/downloads/) for possible ways to +[ruby-lang.org](https://www.ruby-lang.org/en/installation/) for possible ways to install Ruby on your platform. Many popular UNIX-like OSes ship with an acceptable version of SQLite3. Windows |