diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2011-08-23 04:40:39 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2011-08-23 04:40:39 +0200 |
commit | c51a435968eda164dc5d055ff9ec15918a6f56ab (patch) | |
tree | c42de703b7147470be0e7c829f2b878328cae287 | |
parent | ff390b9c43f33ee734b5e8abc754539799a19357 (diff) |
Update: User Guide error on upgrade_203.html file
-rw-r--r-- | user_guide/installation/upgrade_203.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 1d37a055d..04899832d 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -81,7 +81,7 @@ Upgrading from 2.0.2 to 2.0.3 <h2>Step 5: Remove APPPATH.'third_party' from autoload.php</h2> -<p>Open application/autoload.php, and look for the following:</p> +<p>Open application/config/autoload.php, and look for the following:</p> <code>$autoload['packages'] = array(APPPATH.'third_party');</code> |