Skip to content

Commit 41dcb7e

Browse files
committed
fix referenced document path
1 parent 57a4eab commit 41dcb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This can be a callable or a property path. If ``null`` is given, an incrementing
1515
integer is used as the value.
1616

1717
If you pass a callable, it will receive one argument: the choice itself. When using
18-
the :doc:`/references/forms/types/entity`, the argument will be the entity object
18+
the :doc:`/reference/forms/types/entity`, the argument will be the entity object
1919
for each choice or ``null`` in some cases, which you need to handle:
2020

2121
.. code-block:: php

0 commit comments

Comments
 (0)