diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-07-16 19:27:03 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-07-16 19:27:03 +0200 |
commit | c169fdca7087285785e90b83df1e0cbdc678a6a9 (patch) | |
tree | bffd9420b21d89aa5ddf89bf3061f45a4d917307 /user_guide/database | |
parent | 9dff4c4a39ab1f7f0464e098c2e021bd7dc41be6 (diff) |
fixed a series of "next" and "previous" topic links that pointed to the wrong pages.
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/caching.html | 2 | ||||
-rw-r--r-- | user_guide/database/configuration.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html index f4c6c71b5..75adfc594 100644 --- a/user_guide/database/caching.html +++ b/user_guide/database/caching.html @@ -211,7 +211,7 @@ Previous Topic: <a href="call_function.html">Custom Function Calls</a ·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
-Next Topic: <a href="utilities.html">Database Utilities Class</a>
+Next Topic: <a href="forge.html">Database manipulation with Database Forge</a>
</p>
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006-2008 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index 66344dbfc..6b8c6b530 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -144,7 +144,7 @@ the database name will be the path to your database file. The information above <div id="footer">
<p>
-Previous Topic: <a href="examples.html">Quck Start: Usage Examples</a>
+Previous Topic: <a href="examples.html">Quick Start: Usage Examples</a>
·
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
|