From f6fbdf39d732961bcbbddab49ee51bb13b842dd2 Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Sun, 1 Mar 2009 19:42:44 -0300 Subject: fix broken links in performance_testing.textile --- railties/guides/source/performance_testing.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') 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 -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 -- cgit v1.2.3