Skip to content

Commit 4551956

Browse files
committed
docs: add links to other pages
1 parent 958f301 commit 4551956

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

user_guide_src/source/installation/upgrade_database.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Documentations
1414
What has been changed
1515
=====================
1616
- The functionality in CI3 is basically the same as in CI4.
17-
- The method names have changed to camelCase and the query builder now needs to be initialized before you can run queries on it.
17+
- The method names have changed to camelCase and the :doc:`Query Builder <../database/query_builder>`
18+
now needs to be initialized before you can run queries on it.
1819

1920
Upgrade Guide
2021
=============

user_guide_src/source/installation/upgrade_security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Documentations
1212
- :doc:`Security Documentation CodeIgniter 4.X </libraries/security>`
1313

1414
.. note::
15-
If you use the :doc:`form helper </helpers/form_helper>` and enable the CSRF filter globally, then ``form_open()`` will automatically insert a hidden CSRF field in your forms. So you do not have to upgrade this by yourself.
15+
If you use the :doc:`../helpers/form_helper` and enable the CSRF filter globally, then :php:func:`form_open()` will automatically insert a hidden CSRF field in your forms. So you do not have to upgrade this by yourself.
1616

1717
What has been changed
1818
=====================

user_guide_src/source/installation/upgrade_validations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Documentations of Library
1313

1414
What has been changed
1515
=====================
16-
- If you want to change validation error display, you have to set CI4 validation View templates.
16+
- If you want to change validation error display, you have to set CI4 :ref:`validation View templates <validation-customizing-error-display>`.
1717
- CI4 validation has no Callbacks nor Callable in CI3.
1818
- CI4 validation format rules do not permit empty string.
1919
- CI4 validation never changes your data.

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,8 @@ When specifying a field with a wildcard, all errors matching the mask will be ch
516516

517517
.. literalinclude:: validation/029.php
518518

519+
.. _validation-customizing-error-display:
520+
519521
Customizing Error Display
520522
*************************
521523

0 commit comments

Comments
 (0)