summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWes Baker <wes@wesbaker.com>2013-07-29 21:54:58 +0200
committerWes Baker <wes@wesbaker.com>2013-07-29 21:54:58 +0200
commitdc3ba214cb9d938bb9f310ceaef667af3a34002c (patch)
tree36621060369fcc0154e013bc78fa9aadf43769a7
parentdb4f429fdbc3e3cdca53f5d9ab1daf5811c5ac19 (diff)
Fixing two broken links in the User Guide.
-rw-r--r--user_guide/general/quick_reference.html2
-rw-r--r--user_guide/helpers/smiley_helper.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/quick_reference.html b/user_guide/general/quick_reference.html
index 000568db3..ac1b27ed6 100644
--- a/user_guide/general/quick_reference.html
+++ b/user_guide/general/quick_reference.html
@@ -57,7 +57,7 @@ Quick Reference Chart
<h1>Quick Reference Chart</h1>
-<p>For a PDF version of this chart, <a href="http://codeigniter.com/download_files/ci_quick_ref.pdf">click here</a>.</p>
+<p>For a PDF version of this chart, <a href="http://ellislab.com/asset/ci_download_files/ci_quick_ref.pdf">click here</a>.</p>
<p><img src="../images/ci_quick_ref.png" width="763" height="994" border="0" /></p>
diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html
index d0b633147..3153b7096 100644
--- a/user_guide/helpers/smiley_helper.html
+++ b/user_guide/helpers/smiley_helper.html
@@ -82,7 +82,7 @@ Your users can click a desired smiley and with the help of some JavaScript it wi
<p>Here is an example demonstrating how you might create a set of clickable smileys next to a form field. This example
requires that you first download and install the smiley images, then create a controller and the View as described.</p>
-<p class="important"><strong>Important:</strong> Before you begin, please <a href="http://codeigniter.com/download_files/smileys.zip">download the smiley images</a> and put them in
+<p class="important"><strong>Important:</strong> Before you begin, please <a href="http://ellislab.com/asset/ci_download_files/smileys.zip">download the smiley images</a> and put them in
a publicly accessible place on your server. This helper also assumes you have the smiley replacement array located at
<dfn>application/config/smileys.php</dfn></p>