fixed a broken link, fixed a typo
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index 2680dfa..5bf938c 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -153,7 +153,7 @@
 $this-&gt;<kbd>fubar</kbd>-&gt;function();</code>
 <h2>$this->load->database('<var>options</var>', <kbd>true/false</kbd>)</h2>
 <p>This function lets you load the database class.  The two parameters are <strong>optional</strong>.  Please see the
-<a href="./database/index.html">database</a> section for more info.</p>
+<a href="../database/index.html">database</a> section for more info.</p>
 
 
 <h2>$this->load->scaffolding('<var>table_name</var>')</h2>