summaryrefslogtreecommitdiffstats
path: root/user_guide/general/scaffolding.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-24 19:58:27 +0200
committeradmin <devnull@localhost>2006-09-24 19:58:27 +0200
commit5808346898ec9c602893fc54540958a8c556be29 (patch)
tree2262ca12979e40dcd5cec8be5314b391571feb1d /user_guide/general/scaffolding.html
parent9659273ba7de6b73c3f188a174e526e692071f43 (diff)
Diffstat (limited to 'user_guide/general/scaffolding.html')
-rw-r--r--user_guide/general/scaffolding.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html
index 80a7c9868..d3408f42b 100644
--- a/user_guide/general/scaffolding.html
+++ b/user_guide/general/scaffolding.html
@@ -95,7 +95,7 @@ will launch the scaffolding interface, so please pick something obscure that no
<h2>Enabling Scaffolding</h2>
<p>Note: The information on this page assumes you already know how <a href="controllers.html">controllers</a> work, and that you have
-a working one available. It also assumes you have configured Code Igniter to auto-connect to your <a href="../libraries/database/index.html">database</a>.
+a working one available. It also assumes you have configured Code Igniter to auto-connect to your <a href="../database/index.html">database</a>.
If not, the information here won't be very relevant, so you are encouraged to go through those sections first.
Lastly, it assumes you understand what a class constructor is. If not, read the last section of the <a href="controllers.html">controllers</a>
page.</p>