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