From 296cb7f2f447f05c92a9f2abddd2b949cde88a9b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 6 Dec 2019 11:26:24 +0100 Subject: [PATCH] unlinks Ruby on Rails Tutorial [skip ci] I added myself links to the Ruby on Rails Tutorial years ago, after meeting Michael in a RailsConf. By then, the book was a commercial product, but had a free online version and I thought it could be a good resource complementing the official documentation. Nowadays, only a few sample chapters are available for free, and I don't consider these links to be fair with the rest of commercial books about Rails anymore. --- README.md | 1 - guides/source/getting_started.md | 1 - railties/RDOC_MAIN.rdoc | 1 - 3 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 98ade9b445933..c18a0d782617a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,6 @@ and may also be used independently outside Rails. * [Getting Started with Rails](https://guides.rubyonrails.org/getting_started.html) * [Ruby on Rails Guides](https://guides.rubyonrails.org) * [The API Documentation](https://api.rubyonrails.org) - * [Ruby on Rails Tutorial](https://www.railstutorial.org/book) ## Contributing diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index f4d05385ca6fc..8b9ff25866169 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -2058,7 +2058,6 @@ getting up and running with Rails, feel free to consult these support resources: * The [Ruby on Rails Guides](index.html) -* The [Ruby on Rails Tutorial](https://www.railstutorial.org/book) * The [Ruby on Rails mailing list](https://groups.google.com/group/rubyonrails-talk) * The [#rubyonrails](irc://irc.freenode.net/#rubyonrails) channel on irc.freenode.net diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc index f1783a4737a8c..287be079bcf0e 100644 --- a/railties/RDOC_MAIN.rdoc +++ b/railties/RDOC_MAIN.rdoc @@ -80,7 +80,6 @@ and may also be used independently outside \Rails. * {Getting Started with \Rails}[https://guides.rubyonrails.org/getting_started.html]. * {Ruby on \Rails Guides}[https://guides.rubyonrails.org]. * {The API Documentation}[https://api.rubyonrails.org]. - * {Ruby on \Rails Tutorial}[https://www.railstutorial.org/book]. == Contributing