summaryrefslogtreecommitdiffstats
path: root/user_guide/toc.html
diff options
context:
space:
mode:
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>