summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-02-02 04:48:30 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-02-02 04:48:30 +0100
commit715935ed8ba8b39e5dd8b0e47190867d479815ff (patch)
tree6a1e22795cfbd357424c8125619b87d775620e3d /user_guide
parente0135cfe9c23f2cb9312bcd2fbcfa3dbf024f8d6 (diff)
broken link to creating_libraries fixed
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 219358984..035e5d606 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -138,7 +138,7 @@ Change Log
<li>Fixed a pagination bug that was permitting negative values in the URL.</li>
<li>Fixed an oversight in which the Loader class was not allowed to be exteneded.</li>
<li>Changed <dfn>_get_config()</dfn> to <dfn>get_config()</dfn> since the function is not a private one.</li>
-<li><strong>Deprecated "init" folder</strong>. Initialization happens automatically now. <a href="creating_libraries.html">Please see documentation</a>.</li>
+<li><strong>Deprecated "init" folder</strong>. Initialization happens automatically now. <a href="./general/creating_libraries.html">Please see documentation</a>.</li>
<li><strong>Deprecated</strong> $this->db->field_names() USE $this->db->list_fields()</li>
<li><strong>Deprecated</strong> the <dfn>$config['log_errors']</dfn> item from the config.php file. Instead, <dfn>$config['log_threshold']</dfn> can be set to "0" to turn it off.</li>
</ul>