aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2008-12-19 22:11:29 +1030
committerRyan Bigg <radarlistener@gmail.com>2008-12-19 22:11:29 +1030
commit46702e6a6d26b66b67076129fcf9c59c1c27bbeb (patch)
tree13279d00a99cc7fcedf9deeeca6da080e65c5705 /railties/doc/guides/source
parent0021f5e6558f59864902e739f6db6a82dbd60f23 (diff)
parent17f3ab3b83229fa731a5dbb864d385414633cf99 (diff)
downloadrails-46702e6a6d26b66b67076129fcf9c59c1c27bbeb.tar.gz
rails-46702e6a6d26b66b67076129fcf9c59c1c27bbeb.tar.bz2
rails-46702e6a6d26b66b67076129fcf9c59c1c27bbeb.zip
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/doc/guides/source')
-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 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