Skip to content

Commit 9eb60f3

Browse files
committed
minor #6996 fix reference syntax (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- fix reference syntax Commits ------- d9481d8 fix reference syntax
2 parents b032584 + d9481d8 commit 9eb60f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Configuration
8686
* :ref:`enabled <reference-translator-enabled>`
8787
* `fallbacks`_
8888
* `logging`_
89-
* :ref:`paths <reference-translator-paths>`_
89+
* :ref:`paths <reference-translator-paths>`
9090
* `property_access`_
9191
* `magic_call`_
9292
* `throw_exception_on_invalid_index`_

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ For more options, see :ref:`component-translator-message-catalogs`.
374374

375375
.. note::
376376

377-
You can add other directories with the :refs:`paths <reference-translator-paths>`
377+
You can add other directories with the :ref:`paths <reference-translator-paths>`
378378
option in the configuration:
379379

380380
.. configuration-block::

0 commit comments

Comments
 (0)