Skip to content

Commit a86d2db

Browse files
committed
bug #20139 Fix :ref: links (phansys)
This PR was merged into the 6.4 branch. Discussion ---------- Fix `:ref:` links <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> ![image](https://github.com/user-attachments/assets/f427802c-36b8-433d-b9bc-e1c382941f4f) Commits ------- 2407636 Fix `:ref:` links
2 parents a5a2770 + 2407636 commit a86d2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ If you use the Redis Transport, note that each worker needs a unique consumer
747747
name to avoid the same message being handled by multiple workers. One way to
748748
achieve this is to set an environment variable in the Supervisor configuration
749749
file, which you can then refer to in ``messenger.yaml``
750-
(see the ref:`Redis section <messenger-redis-transport>` below):
750+
(see the :ref:`Redis section <messenger-redis-transport>` below):
751751

752752
.. code-block:: ini
753753

0 commit comments

Comments
 (0)