summaryrefslogtreecommitdiffstats
path: root/user_guide/toc.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-09-11 00:12:51 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-09-11 00:12:51 +0200
commitf5c7a6f44a46ab979dbf4e0b7eb336e32f26f93d (patch)
tree93db2f2e2cb6f09f65611a6df9e820b618f9ba49 /user_guide/toc.html
parent9056b564b6c02e8e5246d94685e84d333641a009 (diff)
Did some reorganizing
Diffstat (limited to 'user_guide/toc.html')
-rw-r--r--user_guide/toc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/toc.html b/user_guide/toc.html
index 5e2637ee1..ba147f6f2 100644
--- a/user_guide/toc.html
+++ b/user_guide/toc.html
@@ -80,6 +80,7 @@ Table of Contents
<h3>Introduction</h3>
<ul>
+ <li><a href="./overview/getting_started.html">Getting Started</a></li>
<li><a href="./overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li><a href="./overview/features.html">Supported Features</a></li>
<li><a href="./overview/appflow.html">Application Flow Chart</a></li>
@@ -93,10 +94,9 @@ Table of Contents
<h3>General Topics</h3>
<ul>
- <li><a href="./general/index.html">Getting Started</a></li>
<li><a href="./general/urls.html">CodeIgniter URLs</a></li>
- <li><a href="general/reserved_names.html">Reserved Names</a></li>
<li><a href="./general/controllers.html">Controllers</a></li>
+ <li><a href="general/reserved_names.html">Reserved Names</a></li>
<li><a href="./general/views.html">Views</a></li>
<li><a href="./general/models.html">Models</a></li>
<li><a href="./general/helpers.html">Helpers</a></li>