From def08bdd445ef695771329a92419627a77c1bd97 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Wed, 30 Dec 2020 09:21:35 -0600 Subject: [PATCH] Fix broken link for free programming books [ci-skip] The file was moved by EbookFoundation/free-programming-books#5199. Fixes #40977. --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index f5e895a65f..be4f124605 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/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#ruby) +* [List of Free Programming Books](https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books.md#ruby) Be aware that some resources, while still excellent, cover older versions of Ruby, and may not include some syntax that you will see in day-to-day