Skip to content

Commit e702b34

Browse files
committed
fix referenced documents names
1 parent d275302 commit e702b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/forms/types/collection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ error_bubbling
365365

366366
.. include:: /reference/forms/types/options/mapped.rst.inc
367367

368-
.. include:: /reference/forms/type/options/cascade_validation.rst.inc
368+
.. 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)