summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial/index.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-25 12:53:16 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-25 12:53:16 +0100
commitb112a3eb94d19f91ee3b698f43f36fd17a06d9c3 (patch)
tree01c91d4bc3c69cd97691fafe1068f78cc6a35a0b /user_guide_src/source/tutorial/index.rst
parent8f5c1780706113c926bb7801db27dbae97d00fcf (diff)
parentbd2a7e4062fd97017c5b16beddc15b0c7fc38210 (diff)
Merge pull request #3698 from jim-parry/fix/links
[ci skip] Fixed user guide internal & external links to resolve problems reported ...
Diffstat (limited to 'user_guide_src/source/tutorial/index.rst')
-rw-r--r--user_guide_src/source/tutorial/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/tutorial/index.rst b/user_guide_src/source/tutorial/index.rst
index b1ab331d1..91f99c7cd 100644
--- a/user_guide_src/source/tutorial/index.rst
+++ b/user_guide_src/source/tutorial/index.rst
@@ -24,13 +24,13 @@ through the following pages:
- Introduction, this page, which gives you an overview of what to
expect.
-- `Static pages <static_pages.html>`_, which will teach you the basics
+- :doc:`Static pages <static_pages>`, which will teach you the basics
of controllers, views and routing.
-- `News section <news_section.html>`_, where you'll start using models
+- :doc:`News section <news_section>`, where you'll start using models
and will be doing some basic database operations.
-- `Create news items <create_news_items.html>`_, which will introduce
+- :doc:`Create news items <create_news_items>`, which will introduce
more advanced database operations and form validation.
-- `Conclusion <conclusion.html>`_, which will give you some pointers on
+- :doc:`Conclusion <conclusion>`, which will give you some pointers on
further reading and other resources.
Enjoy your exploration of the CodeIgniter framework.