aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-12-29 11:42:11 +0100
committerXavier Noria <fxn@hashref.com>2010-12-29 11:42:11 +0100
commit83e1938916d1d6bc63d3c8031da29d973ec6f41e (patch)
tree5b45ebee8acc717341e8b8bd684f06bce2ae3c38 /railties/guides
parent5fc02dbd03e79e24505cda60423de2979fea4124 (diff)
downloadrails-83e1938916d1d6bc63d3c8031da29d973ec6f41e.tar.gz
rails-83e1938916d1d6bc63d3c8031da29d973ec6f41e.tar.bz2
rails-83e1938916d1d6bc63d3c8031da29d973ec6f41e.zip
renames the contrib guide in the index
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/index.html.erb4
-rw-r--r--railties/guides/source/layout.html.erb4
2 files changed, 4 insertions, 4 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index 771cfbb794..933bf66b3f 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -151,10 +151,10 @@ Ruby on Rails Guides
<% end %>
</dl>
-<h3>Contributing to Rails</h3>
+<h3>Contributing to Ruby on Rails</h3>
<dl>
- <%= guide("Contributing to Rails", 'contributing_to_rails.html') do %>
+ <%= guide("Contributing to Ruby on Rails", 'contributing_to_ruby_on_rails.html') do %>
<p>Rails is not &quot;somebody else's framework.&quot; This guide covers a variety of ways that you can get involved in the ongoing development of Rails.</p>
<% end %>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index dbb48124d0..91dab18b21 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -75,8 +75,8 @@
<dd><a href="rails_on_rack.html">Rails on Rack</a></dd>
<dd><a href="generators.html">Creating and Customizing Rails Generators</a></dd>
- <dt>Contributing to Rails</dt>
- <dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd>
+ <dt>Contributing to Ruby on Rails</dt>
+ <dd><a href="contributing_to_ruby_on_rails.html">Contributing to Ruby on Rails</a></dd>
<dd><a href="api_documentation_guidelines.html">API Documentation Guidelines</a></dd>
<dd><a href="ruby_on_rails_guides_guidelines.html">Ruby on Rails Guides Guidelines</a></dd>