summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/loader.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-12-07 18:00:09 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-12-07 18:00:09 +0100
commit3f45bbdcfabac41fa3ee33277a21727f71de991a (patch)
treef0a9fb2e8b371f54539477b6dec1a55d6762cfcd /user_guide/libraries/loader.html
parentab0e31f09a8cf3596e6547fc47fd085a0d2bcdd0 (diff)
fixed a broken link, fixed a typo
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r--user_guide/libraries/loader.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index 2680dfab4..5bf938c0a 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -153,7 +153,7 @@ to your browser. Remember to assign it to a variable if you want the data retur
$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>