Skip to content

Commit db79f2a

Browse files
authored
[Framework] Fix reference to default_path
1 parent 685cb2c commit db79f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ paths
22232223
This option allows to define an array of paths where the component will look
22242224
for translation files. The later a path is added, the more priority it has
22252225
(translations from later paths overwrite earlier ones). Translations from the
2226-
`default_path <reference-translator-default_path>` have more priority than
2226+
:ref:`default_path <reference-translator-default_path>` have more priority than
22272227
translations from all these paths.
22282228

22292229
.. _reference-translator-default_path:

0 commit comments

Comments
 (0)