diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-03-05 13:47:42 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-03-05 13:47:42 +0000 |
commit | 9219c05f7ce2a995f1fe5f1faab7fb7f30aea893 (patch) | |
tree | 2012434c701c700d0e5d39c660958807bec3d857 /railties | |
parent | 39d18c6aa4d60a56ac55caac230db42d9f20f500 (diff) | |
download | rails-9219c05f7ce2a995f1fe5f1faab7fb7f30aea893.tar.gz rails-9219c05f7ce2a995f1fe5f1faab7fb7f30aea893.tar.bz2 rails-9219c05f7ce2a995f1fe5f1faab7fb7f30aea893.zip |
Change the link on the index page
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/index.erb.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index 3b36ada8c2..787a5fd435 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -121,7 +121,7 @@ h3. Digging Deeper Various caching techniques provided by Rails. <% end %> -<% guide("Contributing to Rails", 'contributing.html', :ticket => 64) do %> +<% guide("Contributing to Rails", 'contributing_to_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 %> |