summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-11 21:28:47 +0200
committeradmin <devnull@localhost>2006-10-11 21:28:47 +0200
commit34c7023f2212e5d4648902bcd62fb749bce59a6f (patch)
tree9169bef44abfc3c1702a792c5f291de780710aeb /user_guide
parent4003718f35247ef9b4a8d678389bda639677bac7 (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/general/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/user_guide/general/index.html b/user_guide/general/index.html
index 041171f1a..82daa74cc 100644
--- a/user_guide/general/index.html
+++ b/user_guide/general/index.html
@@ -63,11 +63,11 @@ Getting Started
<h1>Getting Started With Code Igniter</h1>
<p>Any software application requires some effort to learn. We've done our best to minimize the learning
-curve, while making the process as enjoyable as possible.
+curve while making the process as enjoyable as possible.
</p>
<p>The first step is to <a href="../installation/index.html">install</a> Code Igniter, then read
-all the topics in the <strong>Introduction</strong> section of the User Guide.</p>
+all the topics in the <strong>Introduction</strong> section of the Table of Contents.</p>
<p>Next, read each of the <strong>General Topics</strong> pages in order.
Each topic builds on the previous one, and includes code examples that you are encouraged to try.</p>
@@ -75,6 +75,10 @@ Each topic builds on the previous one, and includes code examples that you are e
<p>Once you understand the basics you'll be ready to explore the <strong>Class Reference</strong> and
<strong>Helper Reference</strong> pages to learn to utilize the native libraries and helper files.</p>
+<p>Feel free to take advantage of our <a href="http://www.codeigniter.com/forums/">Community Forums</a>
+if you have questions or problems, and
+our <a href="http://www.codeigniter.com/wiki/">Wiki</a> to see code examples posted by other users.</p>
+
</div>
<!-- END CONTENT -->