aboutsummaryrefslogtreecommitdiffstats
path: root/railties/RDOC_MAIN.rdoc
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2015-12-21 17:25:09 -0800
committerclaudiob <claudiob@gmail.com>2015-12-21 17:25:09 -0800
commita5a20277497c8dab6b7d4e72b8ee7e7657b6912b (patch)
treeb9c43a43be90895fd78c7639ea5f7f806e5ca4c0 /railties/RDOC_MAIN.rdoc
parent2de2263118d6763c11a02db05079a5b7a97a0a34 (diff)
downloadrails-a5a20277497c8dab6b7d4e72b8ee7e7657b6912b.tar.gz
rails-a5a20277497c8dab6b7d4e72b8ee7e7657b6912b.tar.bz2
rails-a5a20277497c8dab6b7d4e72b8ee7e7657b6912b.zip
Fix Rails tutorial link
[ci skip] The old link is 404 not found. The link matches what the rest of the documentation already points to: * https://github.com/rails/rails/blame/2de2263118d6763c11a02db05079a5b7a97a0a34/guides/source/getting_started.md#L2052 * https://github.com/rails/rails/blame/2de2263118d6763c11a02db05079a5b7a97a0a34/README.md#L74
Diffstat (limited to 'railties/RDOC_MAIN.rdoc')
-rw-r--r--railties/RDOC_MAIN.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc
index 8d847eaa1c..ce024563c4 100644
--- a/railties/RDOC_MAIN.rdoc
+++ b/railties/RDOC_MAIN.rdoc
@@ -57,7 +57,7 @@ can read more about Action Pack in its {README}[link:files/actionpack/README_rdo
* The \README file created within your application.
* {Getting Started with \Rails}[http://guides.rubyonrails.org/getting_started.html].
-* {Ruby on \Rails Tutorial}[http://ruby.railstutorial.org/ruby-on-rails-tutorial-book].
+* {Ruby on \Rails Tutorial}[http://www.railstutorial.org/book].
* {Ruby on \Rails Guides}[http://guides.rubyonrails.org].
* {The API Documentation}[http://api.rubyonrails.org].