aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layout.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r--railties/guides/source/layout.html.erb21
1 files changed, 12 insertions, 9 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index cb02b90eb9..eb66366d07 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -16,15 +16,15 @@
<body class="guide">
<div id="topNav">
<div class="wrapper">
- <strong>More at <a href="http://www.rubyonrails.org/">rubyonrails.org:</a> </strong>
- <a href="http://www.rubyonrails.org/">Overview</a> |
- <a href="http://www.rubyonrails.org/download">Download</a> |
- <a href="http://www.rubyonrails.org/deploy">Deploy</a> |
+ <strong>More at <a href="http://rubyonrails.org/">rubyonrails.org:</a> </strong>
+ <a href="http://rubyonrails.org/">Overview</a> |
+ <a href="http://rubyonrails.org/download">Download</a> |
+ <a href="http://rubyonrails.org/deploy">Deploy</a> |
<a href="http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/overview">Code</a> |
- <a href="http://www.rubyonrails.org/screencasts">Screencasts</a> |
- <a href="http://www.rubyonrails.org/documentation">Documentation</a> |
- <a href="http://www.rubyonrails.org/ecosystem">Ecosystem</a> |
- <a href="http://www.rubyonrails.org/community">Community</a> |
+ <a href="http://rubyonrails.org/screencasts">Screencasts</a> |
+ <a href="http://rubyonrails.org/documentation">Documentation</a> |
+ <a href="http://rubyonrails.org/ecosystem">Ecosystem</a> |
+ <a href="http://rubyonrails.org/community">Community</a> |
<a href="http://weblog.rubyonrails.org/">Blog</a>
</div>
</div>
@@ -63,6 +63,9 @@
<dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
<dd><a href="configuring.html">Configuring Rails Applications</a></dd>
<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_to_rails.html">Contributing to Rails</a></dd>
</dl>
</div>
</li>
@@ -92,7 +95,7 @@
<hr class="hide" />
<div id="footer">
<div class="wrapper">
- <p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0">Creative Commons Attribution-Share Alike 3.0</a> License</a></p>
+ <p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0</a> License</a></p>
<p>"Rails", "Ruby on Rails", and the Rails logo are trademarks of David Heinemeier Hansson. All rights reserved.</p>
</div>
</div>