From 6049d33313efbde04d23a9c4d0a4e4fca4884523 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 9 Mar 2022 10:08:50 +0100 Subject: [PATCH] chore: updating this in documentation though too Signed-off-by: blam --- docs/features/software-templates/adding-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/adding-templates.md b/docs/features/software-templates/adding-templates.md index ed7a103bc4..db765fc7ee 100644 --- a/docs/features/software-templates/adding-templates.md +++ b/docs/features/software-templates/adding-templates.md @@ -94,7 +94,7 @@ for example: catalog: locations: - type: url - target: https://github.com/spotify/cookiecutter-golang/blob/master/template.yaml + target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/react-ssr-template/template.yaml rules: - allow: [Template] ```