diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 13:52:36 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 13:52:36 +0200 |
commit | c778e79cca825ea3a9d8399c7fb7a7aa4e3a3147 (patch) | |
tree | b06c78db1eb457f9f9912a9a5614bd574e942070 | |
parent | bb6a687bc5aeafa20da8ef7422476e8307739694 (diff) |
userguide links
-rw-r--r-- | user_guide/doc_style/index.html | 1 | ||||
-rw-r--r-- | user_guide/libraries/benchmark.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/doc_style/index.html b/user_guide/doc_style/index.html index 753b9d42b..22637d389 100644 --- a/user_guide/doc_style/index.html +++ b/user_guide/doc_style/index.html @@ -78,6 +78,7 @@ Previous Topic: <a href="../general/styleguide.html">PHP Style Guide< · <a href="#top">Top of Page</a> · <a href="../index.html">User Guide Home</a> · +Next Topic: <a href="../libraries/benchmark.html">Benchmarking Class</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006-2010 · <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index d0ba32943..05f7cc0e9 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -185,7 +185,7 @@ system using the following code in one of your view file:</p> <div id="footer"> <p> -Previous Topic: <a href="../general/security.html"> Security</a> +Previous Topic: <a href="../doc_style/index.html">Writing Documentaion</a> · <a href="#top">Top of Page</a> · <a href="../index.html">User Guide Home</a> · |