diff options
author | sapics <gv.nishino@gmail.com> | 2020-06-24 04:51:36 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2020-06-24 04:51:36 +0200 |
commit | 6ba0207160f8f2b99c79dd285bccf45f574ec660 (patch) | |
tree | 87b405f4ef85dcd8148cd7a19af742d60cb29c1d /readme.rst | |
parent | 1428072599798395b04a545cfe483707cd2aaaca (diff) |
Fix user guide url
Replace from
https://codeigniter.com/user_guide/*
to
https://codeigniter.com/userguide3/*
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst index 3e1382fbd..17e3d630e 100644 --- a/readme.rst +++ b/readme.rst @@ -39,7 +39,7 @@ issues, as well as missing features. Installation ************ -Please see the `installation section <https://codeigniter.com/user_guide/installation/index.html>`_ +Please see the `installation section <https://codeigniter.com/userguide3/installation/index.html>`_ of the CodeIgniter User Guide. ******* |