From 2c902791b0ca76e4932c4441029d8943a4d981ba Mon Sep 17 00:00:00 2001 From: Zander Franks Date: Mon, 8 May 2023 13:23:03 -0500 Subject: [PATCH] fix(docs): Remove text output link example Signed-off-by: Zander Franks --- docs/features/software-templates/writing-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index 44bd5e5928..67bcb6c179 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -524,7 +524,7 @@ output: text: - title: More information content: | - Access the \[remote repository\](${{ steps['publish'].output.remoteUrl }}). + **Entity URL:** `${{ steps['publish'].output.remoteUrl }}` ``` ## The templating syntax