moved application folder outside of the system folder
diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html
index 9e8f8f5..0e075b9 100644
--- a/user_guide/helpers/text_helper.html
+++ b/user_guide/helpers/text_helper.html
@@ -121,7 +121,7 @@
<code>$string = convert_accented_characters($string);</code>
-<p>This function uses a companion config file <dfn>system/application/config/foreign_chars.php</dfn> to define the to and from array for transliteration.</p>
+<p>This function uses a companion config file <dfn>application/config/foreign_chars.php</dfn> to define the to and from array for transliteration.</p>
<h2>word_censor()</h2>