diff options
author | Greg Aker <greg@gregaker.net> | 2011-12-27 09:00:46 +0100 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-12-27 09:00:46 +0100 |
commit | fcb8ee8695fca74f1175750eb38473ec08a4b483 (patch) | |
tree | dfa41ead9358795d8f14f522a765e12cadbc213c /user_guide_src | |
parent | 0fa9d83cb0a05f24e25dd57bfb7fe014dc92597f (diff) |
Fixing a documentation linking error in the 3.0 upgrade notes.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 2 |
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 62ef0ea88..960485ae3 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -21,7 +21,7 @@ Step 2: Change References to the SHA Library The previously deprecated SHA library has been removed in CodeIgniter 3.0. Alter your code to use the native `sha1()` PHP function to generate a sha1 hash. -Additionally, the `sha1()` method in the :doc:`Encryption Library <libraries/encryption>` library has been removed. +Additionally, the `sha1()` method in the :doc:`Encryption Library <../libraries/encryption>` has been removed. .. note:: If you have any custom developed files in these folders please |