Skip to content

Commit eb77b18

Browse files
committed
Fix :ref: links
1 parent 13f8bcd commit eb77b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/expression_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Null Coalescing Operator
8282

8383
.. note::
8484

85-
This content has been moved to the ref:`null coalescing operator <component-expression-null-coalescing-operator>`_
85+
This content has been moved to the :ref:`null coalescing operator <component-expression-null-coalescing-operator>`_
8686
section of ExpressionLanguage syntax reference page.
8787

8888
Parsing and Linting Expressions

messenger.rst

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

750750
.. code-block:: ini
751751

0 commit comments

Comments
 (0)