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/html/getting_started_with_rails.html | |
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/html/getting_started_with_rails.html')
-rw-r--r-- | railties/doc/guides/html/getting_started_with_rails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/getting_started_with_rails.html b/railties/doc/guides/html/getting_started_with_rails.html index 4fc92f8ad7..ac16a79ac1 100644 --- a/railties/doc/guides/html/getting_started_with_rails.html +++ b/railties/doc/guides/html/getting_started_with_rails.html @@ -1723,7 +1723,7 @@ http://www.gnu.org/software/src-highlite --> <td class="icon">
<img src="./images/icons/tip.png" alt="Tip" />
</td>
-<td class="content">For more information on routing, see the <a href="../routing_outside_in">Rails Routing from the Outside In</a> guide.</td>
+<td class="content">For more information on routing, see the <a href="../routing_outside_in.html">Rails Routing from the Outside In</a> guide.</td>
</tr></table>
</div>
<h3 id="_generating_a_controller">8.4. Generating a Controller</h3>
|