summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-08-25 05:54:58 +0200
committerGreg Aker <greg@gregaker.net>2011-08-25 05:54:58 +0200
commit073d2c6effd134e36f7e5ed69d1398cbe09d383b (patch)
treea997f79cc3a20d38e2ec39b9bb57f13072567f20 /user_guide
parent7addbc4c528199b533aa69afdf2187990d69484a (diff)
parent2653e05752d865b921fd4f92d2b9b3eafeae2ac0 (diff)
Merge pull request #290 from purandi/develop
Fix link database driver on changelog
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7c9ee07a4..6a76a4fd0 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -77,7 +77,7 @@ Change Log
</li>
<li>Database
<ul>
- <li class="reactor">Added a <a href="http://www.cubrid.org/" target="_blank">CUBRID</a> driver to the <a href="libraries/database.html">Database Driver</a>. Thanks to the CUBRID team for supplying this patch.</li>
+ <li class="reactor">Added a <a href="http://www.cubrid.org/" target="_blank">CUBRID</a> driver to the <a href="database/index.html">Database Driver</a>. Thanks to the CUBRID team for supplying this patch.</li>
<li class="reactor">Typecast limit and offset in the <a href="database/queries.html">Database Driver</a> to integers to avoid possible injection.</li>
<li class="reactor">
Added additional option 'none' for the optional third argument for <kbd>$this->db->like()</kbd> in the <a href="database/active_record.html">Database Driver</a>.