diff options
author | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-30 01:16:03 -0400 |
---|---|---|
committer | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-30 01:16:03 -0400 |
commit | 8e06b2ce256a8ac62aab0f085b4c9e46063b339c (patch) | |
tree | c195b8b1aaa9c0073bb0d66f811c414a1f3820ef /railties/guides/source/getting_started.textile | |
parent | 3b6a40a7bd1901274807fa6f22db6083dda18a28 (diff) | |
download | rails-8e06b2ce256a8ac62aab0f085b4c9e46063b339c.tar.gz rails-8e06b2ce256a8ac62aab0f085b4c9e46063b339c.tar.bz2 rails-8e06b2ce256a8ac62aab0f085b4c9e46063b339c.zip |
Fixed some links pointing to guides.rails.info to relative links. Fixed hashs as well.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 6c7389b62d..1ab271683f 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -944,7 +944,7 @@ map.resources :posts, :has_many => :comments This creates +comments+ as a _nested resource_ within +posts+. This is another part of capturing the hierarchical relationship that exists between posts and comments. -TIP: For more information on routing, see the "Rails Routing from the Outside In":routing_outside_in.html guide. +TIP: For more information on routing, see the "Rails Routing from the Outside In":routing.html guide. h4. Generating a Controller |