From bd2a7e4062fd97017c5b16beddc15b0c7fc38210 Mon Sep 17 00:00:00 2001 From: Master Yoda Date: Wed, 25 Mar 2015 02:36:31 -0700 Subject: Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck" Signed-off-by:Master Yoda --- user_guide_src/source/tutorial/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user_guide_src/source/tutorial/index.rst') 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 `_, which will teach you the basics +- :doc:`Static pages `, which will teach you the basics of controllers, views and routing. -- `News section `_, where you'll start using models +- :doc:`News section `, where you'll start using models and will be doing some basic database operations. -- `Create news items `_, which will introduce +- :doc:`Create news items `, which will introduce more advanced database operations and form validation. -- `Conclusion `_, which will give you some pointers on +- :doc:`Conclusion `, which will give you some pointers on further reading and other resources. Enjoy your exploration of the CodeIgniter framework. -- cgit v1.2.3-24-g4f1b