summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-22 22:19:02 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-22 22:19:02 +0100
commit335d885d141e1df9ca6751546f6189765b73974a (patch)
tree48fb504bbec3216a153f5046a0335ddfb0b2f711 /user_guide
parentbca400fbd1cccf817bc16c725da2ffe82757b4c7 (diff)
fixed a link
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/output.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html
index a2eea173d..69ab2f128 100644
--- a/user_guide/libraries/output.html
+++ b/user_guide/libraries/output.html
@@ -105,7 +105,7 @@ $this->output->set_header("Pragma: no-cache"); </code>
<p>Permits you to enable/disable the <a href="../general/profiling.html">Profiler</a>, which will display benchmark and other data
at the bottom of your pages for debugging and optimization purposes.</p>
-<p>To enable the profiler place the following function anywhere within your <a href="controllers.html">Controller</a> functions:</p>
+<p>To enable the profiler place the following function anywhere within your <a href="../general/controllers.html">Controller</a> functions:</p>
<code>$this->output->enable_profiler(TRUE);</code>
<p>When enabled a report will be generated and inserted at the bottom of your pages.</p>