aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio B <claudiob@users.noreply.github.com>2016-01-05 04:23:44 -0800
committerClaudio B <claudiob@users.noreply.github.com>2016-01-05 04:23:44 -0800
commit3d90a6348d1541a2ecd00d959f9eec99ec78905a (patch)
tree6b32a992bbf97a15e1ad18e48e8195df4db72db2
parentaf6dcd5a4fc7c0bb5f1efe4763e6b0cdd58cf8ca (diff)
parent2f7d6c57d5d441c901e8dab58abd8d66cb753472 (diff)
downloadrails-3d90a6348d1541a2ecd00d959f9eec99ec78905a.tar.gz
rails-3d90a6348d1541a2ecd00d959f9eec99ec78905a.tar.bz2
rails-3d90a6348d1541a2ecd00d959f9eec99ec78905a.zip
Merge pull request #22922 from vhf/add_fpb_back
[ci skip] Update doc/resource link removed by #21211
-rw-r--r--guides/source/getting_started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 97c5f8b15d..9f38de6247 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -37,6 +37,7 @@ curve diving straight into Rails. There are several curated lists of online reso
for learning Ruby:
* [Official Ruby Programming Language website](https://www.ruby-lang.org/en/documentation/)
+* [List of Free Programming Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#ruby)
Be aware that some resources, while still excellent, cover versions of Ruby as old as
1.6, and commonly 1.8, and will not include some syntax that you will see in day-to-day