aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/getting_started_with_rails.txt
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-17 06:41:32 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-17 06:41:32 -0600
commit896cff4ffb2bb72c0c7d8bbf90fb27817f8c0e5c (patch)
tree5179bf1adae343f8497b3d3fcc90b02f86a572d3 /railties/doc/guides/source/getting_started_with_rails.txt
parent3fbd9acc5c6418cffe8b2676f9e9e69ee1a84847 (diff)
downloadrails-896cff4ffb2bb72c0c7d8bbf90fb27817f8c0e5c.tar.gz
rails-896cff4ffb2bb72c0c7d8bbf90fb27817f8c0e5c.tar.bz2
rails-896cff4ffb2bb72c0c7d8bbf90fb27817f8c0e5c.zip
Fix bad link in Getting Started guide
Diffstat (limited to 'railties/doc/guides/source/getting_started_with_rails.txt')
-rw-r--r--railties/doc/guides/source/getting_started_with_rails.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/getting_started_with_rails.txt b/railties/doc/guides/source/getting_started_with_rails.txt
index bae8f9a4fd..00c6d52eef 100644
--- a/railties/doc/guides/source/getting_started_with_rails.txt
+++ b/railties/doc/guides/source/getting_started_with_rails.txt
@@ -1219,7 +1219,7 @@ Note that each post has its own individual comments collection, accessible as +@
Now that you've seen your first Rails application, you should feel free to update it and experiment on your own. But you don't have to do everything without help. As you need assistance getting up and running with Rails, feel free to consult these support resources:
-* The link:http://manuals.rubyonrails.org/[Ruby On Rails guides]
+* The link:http://guides.rubyonrails.org/[Ruby On Rails guides]
* The link:http://groups.google.com/group/rubyonrails-talk[Ruby on Rails mailing list]
* The #rubyonrails channel on irc.freenode.net
* The link:http://wiki.rubyonrails.org/rails[Rails wiki]