aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r--railties/guides/source/index.erb.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index fd38ae0d9c..0f6e942d78 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -93,8 +93,8 @@ h3. Digging Deeper
This guide describes how to debug Rails applications. It covers the different ways of achieving this and how to understand what is happening "behind the scenes" of your code.
<% end %>
-<% guide("Benchmarking and Profiling Rails Applications", 'performance_testing.html') do %>
- This guide covers ways to analyze and optimize your running Rails code.
+<% guide("Performance Testing Rails Applications", 'performance_testing.html') do %>
+ This guide covers the various ways of performance testing a Ruby on Rails application.
<% end %>
<% guide("The Basics of Creating Rails Plugins", 'plugins.html') do %>