moved application folder outside of the system folder
diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html
index fd34ab0..c9eb2bf 100644
--- a/user_guide/installation/upgrade_162.html
+++ b/user_guide/installation/upgrade_162.html
@@ -78,12 +78,12 @@
<h2>Step 2: Encryption Key</h2>
-<p>If you are using sessions, open up system/application/config/config.php and verify you've set an encryption key.</p>
+<p>If you are using sessions, open up application/config/config.php and verify you've set an encryption key.</p>
<h2>Step 3: Constants File</h2>
-<p>Copy /system/application/config/constants.php to your installation, and modify if necessary.</p>
+<p>Copy /application/config/constants.php to your installation, and modify if necessary.</p>
<h2>Step 4: Mimes File</h2>
-<p>Replace /system/application/config/mimes.php with the dowloaded version. If you've added custom mime types, you'll need to re-add them.</p>
+<p>Replace /application/config/mimes.php with the dowloaded version. If you've added custom mime types, you'll need to re-add them.</p>
<h2>Step 5: Update your user guide</h2>
<p>Please also replace your local copy of the user guide with the new version.</p>