diff --git a/docs/features/software-templates/adding-templates.md b/docs/features/software-templates/adding-templates.md index aa565b5960..ed7a103bc4 100644 --- a/docs/features/software-templates/adding-templates.md +++ b/docs/features/software-templates/adding-templates.md @@ -11,7 +11,7 @@ would be good to also have some files in there that can be templated in. A simple `template.yaml` definition might look something like this: ```yaml -apiVersion: backstage.io/v1beta3 +apiVersion: scaffolder.backstage.io/v1beta3 kind: Template # some metadata about the template itself metadata: diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index dc9a2ed1e7..a1dffe1580 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -14,7 +14,7 @@ Let's take a look at a simple example: ```yaml # Notice the v1beta3 version -apiVersion: backstage.io/v1beta3 +apiVersion: scaffolder.backstage.io/v1beta3 kind: Template # some metadata about the template itself metadata: @@ -183,7 +183,7 @@ this: It would look something like the following in a template: ```yaml -apiVersion: backstage.io/v1beta3 +apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: name: v1beta3-demo