Skip to content

Commit 64602c8

Browse files
committed
fix referenced documents names
1 parent bdc6c3f commit 64602c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ is available by calling the PHP function :phpfunction:`hash_algos`.
14371437
.. tip::
14381438

14391439
It's also possible to use different hashing algorithms on a user-by-user
1440-
basis. See :doc:`/cookbook/security/named-encoders` for more details.
1440+
basis. See :doc:`/cookbook/security/named_encoders` for more details.
14411441

14421442
Determining the Hashed Password
14431443
...............................

reference/forms/types/collection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,4 +379,4 @@ error_bubbling
379379

380380
.. include:: /reference/forms/types/options/mapped.rst.inc
381381

382-
.. include:: /reference/forms/type/options/cascade_validation.rst.inc
382+
.. include:: /reference/forms/types/options/cascade_validation.rst.inc

reference/forms/types/options/checkbox_empty_data.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ empty_data
66
This option determines what value the field will return when the ``empty_value``
77
choice is selected.
88
In checkbox, the value of ``empty_data`` is overriden by the value returned by
9-
the data transformer (see :doc:`/cookbook/form/data_transformers.rst`).
9+
the data transformer (see :doc:`/cookbook/form/data_transformers`).

0 commit comments

Comments
 (0)