fixed a link
diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html
index a2eea17..69ab2f1 100644
--- a/user_guide/libraries/output.html
+++ b/user_guide/libraries/output.html
@@ -105,7 +105,7 @@
 <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>