aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorMasayuki Morita <minamijoyo@gmail.com>2019-06-27 11:53:46 +0900
committerRichard Schneeman <richard.schneeman+no-recruiters@gmail.com>2019-06-26 22:02:42 -0500
commit1518ce3dc8dc092a32cf1020ff7c67f2337b3993 (patch)
tree28795f0af082c8da5431ae6ea1fcbdda56604845 /guides
parentf6db8b8d8286730757570a8b0f92e6b6be779fa8 (diff)
downloadrails-1518ce3dc8dc092a32cf1020ff7c67f2337b3993.tar.gz
rails-1518ce3dc8dc092a32cf1020ff7c67f2337b3993.tar.bz2
rails-1518ce3dc8dc092a32cf1020ff7c67f2337b3993.zip
[ci skip] Update free-programming-books link in getting started guide
https://github.com/vhf/free-programming-books seems to have moved to https://github.com/EbookFoundation/free-programming-books
Diffstat (limited to 'guides')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 64f4a3b6b3..ce45dbb2a7 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -28,7 +28,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)
+* [List of Free Programming Books](https://github.com/EbookFoundation/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