diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-28 23:18:56 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-28 23:18:56 +0200 |
commit | fd14dc8fb147017e26b6afb166052585cc70cfbd (patch) | |
tree | bf69168ac7b6b99d569cfd55ae03220f3a6b04a4 /user_guide/general/cli.html | |
parent | 703d34489105d4556622e23393eee0c09178c82f (diff) | |
parent | 9a30299fd128c536190b9dd310fc7f4eee21ed07 (diff) |
Merge pull request #498 from appleboy/guide
Update user guide to fix #496 issue
Diffstat (limited to 'user_guide/general/cli.html')
-rw-r--r-- | user_guide/general/cli.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/cli.html b/user_guide/general/cli.html index 4e9bf8709..9091e9362 100644 --- a/user_guide/general/cli.html +++ b/user_guide/general/cli.html @@ -138,11 +138,11 @@ class Tools extends CI_Controller { <div id="footer"> <p> -Previous Topic: <a href="urls.html">CodeIgniter URLs</a> +Previous Topic: <a href="profiling.html">Profiling Your Application</a> · <a href="#top">Top of Page</a> · <a href="../index.html">User Guide Home</a> · -Next Topic: <a href="reserved_names.html">Reserved Names</a></p> +Next Topic: <a href="managing_apps.html">Managing Applications</a></p> <p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006 - 2011 · <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> |