summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_300.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-07 20:33:56 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-07 20:33:56 +0100
commitdd536b7028c5d8e502cc7387ddb5f3fe8c8770d8 (patch)
tree87e0b8761dc5817e8d3b98f41ca077796361e079 /user_guide_src/source/installation/upgrade_300.rst
parentc697a3bfdfc301718058a09fd5692fbecee6920a (diff)
[ci skip] Fix a wrong reference in the docs
Diffstat (limited to 'user_guide_src/source/installation/upgrade_300.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index 88bb11178..fe655ad14 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -96,7 +96,7 @@ With the change from a single Session Library to the new Session Driver, two new
- ``$config['sess_driver']`` selects which driver to initially load. Options are:
- 'cookie' (the default) for classic CodeIgniter cookie-based sessions
- 'native' for native PHP Session support
- - the name of a custom driver you have provided (see :doc:`Session Driver <../libraries/sessions>` for more info)
+ - the name of a custom driver you have provided (see :doc:`Session Driver <../libraries/session>` for more info)
- ``$config['sess_valid_drivers']`` provides an array of additional custom drivers to make available for loading
As the new Session Driver library loads the classic Cookie driver by default and always makes 'cookie' and 'native'