From 83e1938916d1d6bc63d3c8031da29d973ec6f41e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 29 Dec 2010 11:42:11 +0100 Subject: renames the contrib guide in the index --- railties/guides/source/index.html.erb | 4 ++-- railties/guides/source/layout.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'railties/guides') 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 %> -

Contributing to Rails

+

Contributing to Ruby on Rails

- <%= guide("Contributing to Rails", 'contributing_to_rails.html') do %> + <%= guide("Contributing to Ruby on Rails", 'contributing_to_ruby_on_rails.html') do %>

Rails is not "somebody else's framework." This guide covers a variety of ways that you can get involved in the ongoing development of Rails.

<% 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 @@
Rails on Rack
Creating and Customizing Rails Generators
-
Contributing to Rails
-
Contributing to Rails
+
Contributing to Ruby on Rails
+
Contributing to Ruby on Rails
API Documentation Guidelines
Ruby on Rails Guides Guidelines
-- cgit v1.2.3