From 3ee2daea7a4852f49c52d12812b233ae5a65f014 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 22 Aug 2024 09:19:19 +0200 Subject: [PATCH] fix ref syntax --- components/expression_language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/expression_language.rst b/components/expression_language.rst index 46795b18b66..eeababaf373 100644 --- a/components/expression_language.rst +++ b/components/expression_language.rst @@ -82,7 +82,7 @@ Null Coalescing Operator .. note:: - This content has been moved to the ref:`null coalescing operator `_ + This content has been moved to the :ref:`null coalescing operator ` section of ExpressionLanguage syntax reference page. Parsing and Linting Expressions