diff options
author | admin <devnull@localhost> | 2006-11-05 22:31:00 +0100 |
---|---|---|
committer | admin <devnull@localhost> | 2006-11-05 22:31:00 +0100 |
commit | ebfa686046bb98c757d1b41c81eb867478036e68 (patch) | |
tree | 4de6b858753b219da21b1b7fa928e9fded282323 /system/libraries/Profiler.php | |
parent | 40d299e8221ba5d641e07c18ef19f4ac13ff9b85 (diff) |
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r-- | system/libraries/Profiler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 1d78da8a8..5b0f6e2b7 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -28,7 +28,7 @@ * @subpackage Libraries * @category Libraries * @author Rick Ellis - * @link http://www.codeigniter.com/user_guide/libraries/benchmark.html + * @link http://www.codeigniter.com/user_guide/general/profiling.html */ class CI_Profiler { |