diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-11-15 23:26:13 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-11-15 23:26:13 +0100 |
commit | 7b49203821a1e36ef566e0e08e4f658b8232f10c (patch) | |
tree | 32202dc46ef7c663202f8ca58a1fb2558657f304 | |
parent | 89cd0a752fd6f165f06a345bb04ce45529c618fc (diff) |
fix broken link to getting started page
-rw-r--r-- | user_guide/installation/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html index 01d4db7c0..d64c13ee4 100644 --- a/user_guide/installation/index.html +++ b/user_guide/installation/index.html @@ -72,7 +72,7 @@ variable at the top of the page with the new name you've chosen.</p> <p>That's it!</p> -<p>If you're new to CodeIgniter, please read the <a href="../general/index.html">Getting Started</a> section of the User Guide to begin learning how +<p>If you're new to CodeIgniter, please read the <a href="../overview/getting_started.html">Getting Started</a> section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!</p> |