diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-03-06 15:21:21 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-03-06 15:21:21 +0000 |
commit | 60023f52c008848545859ed1fefa9e094d2943b5 (patch) | |
tree | 0e51d2107f0e9960b50cc1444d0cf60ccb2503a6 | |
parent | bd234961822b355e2f5681bf50bed2989e5b94f0 (diff) | |
download | rails-60023f52c008848545859ed1fefa9e094d2943b5.tar.gz rails-60023f52c008848545859ed1fefa9e094d2943b5.tar.bz2 rails-60023f52c008848545859ed1fefa9e094d2943b5.zip |
Remove duplicate links from the index page
-rw-r--r-- | railties/guides/source/index.erb.textile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index 787a5fd435..4e6364baa4 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -109,10 +109,6 @@ h3. Digging Deeper This guide covers the basic configuration settings for a Rails application. <% end %> -<% guide("Rails on Rack", 'rails_on_rack.html', :ticket => 58) do %> - This guide covers Rails integration with Rack and interfacing with other Rack components. -<% end %> - <% guide("Rails Command Line Tools and Rake tasks", 'command_line.html', :ticket => 29) do %> This guide covers the command line tools and rake tasks provided by Rails. <% end %> |