From 7a5d0626c2e22bd8ad4d678e4795496f894c1975 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 13 Jan 2025 23:27:34 +0100 Subject: [PATCH] docs: attempt to unbreak links Signed-off-by: Hidde Beydals --- docs/docs/35-references/10-promotion-steps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/35-references/10-promotion-steps.md b/docs/docs/35-references/10-promotion-steps.md index 34b9c4db68..aee4496e7a 100644 --- a/docs/docs/35-references/10-promotion-steps.md +++ b/docs/docs/35-references/10-promotion-steps.md @@ -76,9 +76,9 @@ steps: value: ${{ outputs.step1.someOutput }} ``` -When a variable in a step is also defined as a global variable in the [Promotion -Template](../30-how-to-guides/14-working-with-stages.md#promotion-templates), -the step variable takes precedence over the global variable. +When a variable in a step is also defined as a global variable in the +[Promotion Template](../30-how-to-guides/14-working-with-stages.md#promotion-templates) +, the step variable takes precedence over the global variable. ### Step Outputs