mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-24 15:06:41 +00:00
Merge pull request #928 from kenjis/fix-docs-setup-codeigniter
docs: fix CodeIgniter3 docs link
This commit is contained in:
commit
248cf5ba5f
docs
@ -4,9 +4,9 @@
|
|||||||
Official CakePHP Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
Official CakePHP Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
.. |ext_lnk_example_codeignitor_documentation| raw:: html
|
.. |ext_lnk_example_codeigniter_documentation| raw:: html
|
||||||
|
|
||||||
<a target="_blank" href="https://www.codeigniter.com/user_guide/installation/index.html">
|
<a target="_blank" href="https://www.codeigniter.com/userguide3/installation/index.html">
|
||||||
Official CodeIgniter Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
Official CodeIgniter Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ This example will use ``wget`` to install CodeIgniter from within the Devilbox P
|
|||||||
After completing the below listed steps, you will have a working CodeIgniter setup ready to be
|
After completing the below listed steps, you will have a working CodeIgniter setup ready to be
|
||||||
served via http and https.
|
served via http and https.
|
||||||
|
|
||||||
.. seealso:: |ext_lnk_example_codeignitor_documentation|
|
.. seealso:: |ext_lnk_example_codeigniter_documentation|
|
||||||
|
|
||||||
|
|
||||||
**Table of Contents**
|
**Table of Contents**
|
||||||
|
Loading…
Reference in New Issue
Block a user