diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-03-07 10:34:19 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-03-07 10:34:19 -0600 |
commit | cafa3c059780b983c9aaccafd47f010bc280d1cb (patch) | |
tree | d3a58654a66d1b42a425427175bb019add467efa /railties/guides/source | |
parent | aea80b402e6f7530e476948034fd45280ce00d24 (diff) | |
download | rails-cafa3c059780b983c9aaccafd47f010bc280d1cb.tar.gz rails-cafa3c059780b983c9aaccafd47f010bc280d1cb.tar.bz2 rails-cafa3c059780b983c9aaccafd47f010bc280d1cb.zip |
Fix bad link on index dropdown
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/layout.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index b8dd4aa012..606f6a6cd1 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -65,7 +65,7 @@ <dd><a href="rails_on_rack.html">Rails on Rack</a></dd> <dd><a href="command_line.html">Rails Command Line Tools and Rake Tasks</a></dd> <dd><a href="caching_with_rails.html">Caching with Rails</a></dd> - <dd><a href="contributing.html">Contributing to Rails</a></dd> + <dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd> </dl> </div> </li> |