diff options
author | ZENATI YASSINE <zenati@informatique.univ-paris-diderot.fr> | 2014-04-14 15:55:11 +0200 |
---|---|---|
committer | ZENATI YASSINE <zenati@informatique.univ-paris-diderot.fr> | 2014-04-14 17:07:05 +0200 |
commit | 1497529d05c8c5e66d9bad9b990b042442266136 (patch) | |
tree | fdb70832c04c733067bd42097faac1250a608351 /guides | |
parent | 2e000ab23d187e425a1be1ce8ce43a0d4c6f5be7 (diff) | |
download | rails-1497529d05c8c5e66d9bad9b990b042442266136.tar.gz rails-1497529d05c8c5e66d9bad9b990b042442266136.tar.bz2 rails-1497529d05c8c5e66d9bad9b990b042442266136.zip |
[ci skip] Added link to ruby-lang.org installation.
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 |