diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-08-23 05:27:03 +0200 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-08-23 05:27:03 +0200 |
commit | 10c0117188e026ba156f0aa02923ef9c17f17230 (patch) | |
tree | c42de703b7147470be0e7c829f2b878328cae287 /user_guide | |
parent | ff390b9c43f33ee734b5e8abc754539799a19357 (diff) | |
parent | c51a435968eda164dc5d055ff9ec15918a6f56ab (diff) |
Merge pull request #275 from appleboy/develop
User Guide error on upgrade_203.html file
Diffstat (limited to 'user_guide')
-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> |