summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-02-04 14:22:01 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-02-04 14:22:01 +0100
commit2976adee7ca940cf1cfeb40d2f5e1beb608548a6 (patch)
tree5ab9c3d2678672bb1d624a17880d59fd2ee20556 /user_guide
parent7d3773a06c280dcd6c6a20ef1ab0ce9e3e744226 (diff)
doc link fixes
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html14
-rw-r--r--user_guide/doc_style/template.html2
-rw-r--r--user_guide/general/credits.html2
-rw-r--r--user_guide/libraries/email.html2
4 files changed, 10 insertions, 10 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 0e0a02112..6c32f5071 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,7 +95,7 @@ SVN Revision: </p>
<h3>Bug fixes for 1.7.1</h3>
<ul>
- <li>Fixed assorted user guide typos or examples (#6521, #6339, #6259, #6093).</li>
+ <li>Fixed assorted user guide typos or examples (#6521, #6339, #6259, #6093, #5998).</li>
<li>Fixed a bug in the MySQLi driver when no port is specified</li>
<li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li>
<li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li>
@@ -740,7 +740,7 @@ SVN Revision: 1155</p>
<p>Release Date: September 21, 2006</p>
<ul>
-<li>Added a new feature that passes URI segments directly to your function calls as parameters. See the <a href="controllers.html">Controllers</a> page for more info.</li>
+<li>Added a new feature that passes URI segments directly to your function calls as parameters. See the <a href="./general/controllers.html">Controllers</a> page for more info.</li>
<li>Added support for a function named <dfn>_output()</dfn>, which when used in your controllers will received the final rendered output from the output class. More info in the <a href="controllers.html">Controllers</a> page.</li>
<li>Added several new functions in the <a href="./libraries/uri.html">URI Class</a> to let you retrieve and manipulate URI segments that have been re-routed using the <a href="routing.html">URI Routing</a> feature. Previously, the URI class did not permit you to access any re-routed URI segments, but now it does.</li>
<li>Added <a href="./libraries/output.html">$this->output->set_header()</a> function, which allows you to set server headers.</li>
@@ -771,11 +771,11 @@ SVN Revision: 1155</p>
<p>Release Date: September 17, 2006</p>
<ul>
-<li>Added <a href="hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>
-<li>Added the ability to organize controller files <a href="controllers.html">into sub-folders</a>. Kudos to Marco for <a href="http://codeigniter.com/forums/viewthread/627/">suggesting</a> this (and the next two) feature.</li>
-<li>Added regular expressions support for <a href="routing.html">routing rules</a>.</li>
-<li>Added the ability to <a href="controllers.html">remap function calls</a> within your controllers.</li>
-<li>Added the ability to <a href="core_classes.html">replace core system classes</a> with your own classes.</li>
+<li>Added <a href="./general/hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>
+<li>Added the ability to organize controller files <a href="./general/controllers.html">into sub-folders</a>. Kudos to Marco for <a href="http://codeigniter.com/forums/viewthread/627/">suggesting</a> this (and the next two) feature.</li>
+<li>Added regular expressions support for <a href="./general/routing.html">routing rules</a>.</li>
+<li>Added the ability to <a href="./general/controllers.html">remap function calls</a> within your controllers.</li>
+<li>Added the ability to <a href="./general/core_classes.html">replace core system classes</a> with your own classes.</li>
<li>Added support for % character in URL.</li>
<li>Added the ability to supply full URLs using the <a href="./helpers/url_helper.html">anchor()</a> helper function.</li>
<li>Added mode parameter to <a href="./helpers/file_helper.html">file_write()</a> helper.</li>
diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html
index b6c7dbd65..8dc1a61f6 100644
--- a/user_guide/doc_style/template.html
+++ b/user_guide/doc_style/template.html
@@ -115,7 +115,7 @@ Foo Class
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="database/index.html">Previous Class</a>
+Previous Topic:&nbsp;&nbsp;<a href="#">Previous Class</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
diff --git a/user_guide/general/credits.html b/user_guide/general/credits.html
index 5dae4d76c..f487bc211 100644
--- a/user_guide/general/credits.html
+++ b/user_guide/general/credits.html
@@ -73,7 +73,7 @@ bringing frameworks into the general consciousness of the web community.</p>
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="changelog.html">Change Log</a>
+Previous Topic:&nbsp;&nbsp;<a href="../changelog.html">Change Log</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html
index 22643ef15..0a394af77 100644
--- a/user_guide/libraries/email.html
+++ b/user_guide/libraries/email.html
@@ -294,7 +294,7 @@ wrapped normally.</code>
<div id="footer">
<p>
-Previous Topic:&nbsp;&nbsp;<a href="database/index.html">Database Class</a>
+Previous Topic:&nbsp;&nbsp;<a href="../database/index.html">Database Class</a>
&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;