From 598be670d846ec4138fbf4237560cd5e0d169f96 Mon Sep 17 00:00:00 2001 From: Ilya Kisil Date: Tue, 27 Aug 2024 20:33:21 +0100 Subject: [PATCH] docs(software-templates): fix typo in URL reference Signed-off-by: Ilya Kisil --- docs/features/software-templates/input-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/input-examples.md b/docs/features/software-templates/input-examples.md index dd1228290f..ef90013e49 100644 --- a/docs/features/software-templates/input-examples.md +++ b/docs/features/software-templates/input-examples.md @@ -297,7 +297,7 @@ spec: type: string steps: - - $yaml: https://github.com//example/path/to/action.yaml + - $yaml: https://github.com/example/path/to/action.yaml - id: fetch name: Fetch template