aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorDaniel Lopes <danielvlopes@gmail.com>2009-03-01 19:42:44 -0300
committerDaniel Lopes <danielvlopes@gmail.com>2009-03-01 19:42:44 -0300
commitf6fbdf39d732961bcbbddab49ee51bb13b842dd2 (patch)
treeb712d24452acdffb239314f7de62074194b5a290 /railties
parentbee4bf1288252cd23b99a83782d76d59d3171911 (diff)
downloadrails-f6fbdf39d732961bcbbddab49ee51bb13b842dd2.tar.gz
rails-f6fbdf39d732961bcbbddab49ee51bb13b842dd2.tar.bz2
rails-f6fbdf39d732961bcbbddab49ee51bb13b842dd2.zip
fix broken links in performance_testing.textile
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/performance_testing.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile
index c2bf36c893..fa1ca8bde2 100644
--- a/railties/guides/source/performance_testing.textile
+++ b/railties/guides/source/performance_testing.textile
@@ -121,7 +121,7 @@ class PostPerformanceTest < ActionController::PerformanceTest
end
</ruby>
-You can find more details about the +get+ and +post+ methods in the link:../testing_rails_applications.html#mgunderloy[Testing Rails Applications] guide.
+You can find more details about the +get+ and +post+ methods in the "Testing Rails Applications":testing.html guide.
h5. Model example
@@ -283,7 +283,7 @@ Graph output shows how long each method takes to run, which methods call it and
h6. Tree
-Tree output is profiling information in calltree format for use by http://kcachegrind.sourceforge.net/html/Home.html[kcachegrind] and similar tools.
+Tree output is profiling information in calltree format for use by "kcachegrind":http://kcachegrind.sourceforge.net/html/Home.html and similar tools.
h4. Tuning test runs