diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-12-17 07:10:53 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-12-17 07:11:59 -0600 |
commit | 17f3ab3b83229fa731a5dbb864d385414633cf99 (patch) | |
tree | 80a12e72f8a35fbb4c0c7be6637fbfb09ef43d86 /railties/doc/guides/source | |
parent | 9b2dd332f12902c520f7148f6380d313252613d8 (diff) | |
download | rails-17f3ab3b83229fa731a5dbb864d385414633cf99.tar.gz rails-17f3ab3b83229fa731a5dbb864d385414633cf99.tar.bz2 rails-17f3ab3b83229fa731a5dbb864d385414633cf99.zip |
Fix bad link in Getting Started, rebuild HTML
Diffstat (limited to 'railties/doc/guides/source')
-rw-r--r-- | railties/doc/guides/source/getting_started_with_rails.txt | 2 |
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 b66d2f6f9e..58eff9fd3d 100644 --- a/railties/doc/guides/source/getting_started_with_rails.txt +++ b/railties/doc/guides/source/getting_started_with_rails.txt @@ -984,7 +984,7 @@ end 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 link:../routing_outside_in[Rails Routing from the Outside In] guide. +TIP: For more information on routing, see the link:../routing_outside_in.html[Rails Routing from the Outside In] guide. === Generating a Controller |