mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix broken links in performance_testing.textile
This commit is contained in:
parent
bee4bf1288
commit
f6fbdf39d7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue