From a96793a1fa64961d45f76244d4c17c7641201619 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Wed, 18 Aug 2021 09:13:31 -0600 Subject: [PATCH] Fix incorrect links key Signed-off-by: Tim Hansen --- .../software-templates/migrating-from-v1alpha1-to-v1beta2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md b/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md index 25ff2a2f3a..28001cce0b 100644 --- a/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md +++ b/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md @@ -325,7 +325,7 @@ spec: output: links: - url: '{{steps.publish.output.remoteUrl}}' - text: 'Go to Repo' + title: 'Go to Repo' ``` ## Questions?