Skip to content

Commit d3f9522

Browse files
committed
Fixed the reference to a repeated config option
1 parent d5b6154 commit d3f9522

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

reference/configuration/framework.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Configuration
9595
* :ref:`enable_annotations <reference-validation-enable_annotations>`
9696
* `translation_domain`_
9797
* `strict_email`_
98-
* `mapping`_
98+
* :ref:`mapping <reference-validation-mapping>`
9999
* :ref:`paths <reference-validation-mapping-paths>`
100100
* `annotations`_
101101
* :ref:`cache <reference-annotations-cache>`
@@ -107,7 +107,7 @@ Configuration
107107
* :ref:`enable_annotations <reference-serializer-enable_annotations>`
108108
* :ref:`name_converter <reference-serializer-name_converter>`
109109
* :ref:`circular_reference_handler <reference-serializer-circular_reference_handler>`
110-
* `mapping`_
110+
* :ref:`mapping <reference-serializer-mapping>`
111111
* :ref:`paths <reference-serializer-mapping-paths>`
112112
* `php_errors`_
113113
* `log`_
@@ -1569,6 +1569,8 @@ If this option is enabled, the `egulias/email-validator`_ library will be
15691569
used by the :doc:`/reference/constraints/Email` constraint validator. Otherwise,
15701570
the validator uses a simple regular expression to validate email addresses.
15711571

1572+
.. _reference-validation-mapping:
1573+
15721574
mapping
15731575
.......
15741576

@@ -1694,6 +1696,8 @@ method.
16941696
For more information, see
16951697
:ref:`component-serializer-handling-circular-references`.
16961698

1699+
.. _reference-serializer-mapping:
1700+
16971701
mapping
16981702
.......
16991703

0 commit comments

Comments
 (0)