From 373ea3b63898c1333f69c6e55c0e71e0370f83f8 Mon Sep 17 00:00:00 2001 From: Kurt King Date: Mon, 3 Mar 2025 16:09:24 -0700 Subject: [PATCH] Fix deprecated link in writing-custom-step-layouts.md Signed-off-by: Kurt King --- docs/features/software-templates/writing-custom-step-layouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-custom-step-layouts.md b/docs/features/software-templates/writing-custom-step-layouts.md index d3c7c8fe82..93e49efb44 100644 --- a/docs/features/software-templates/writing-custom-step-layouts.md +++ b/docs/features/software-templates/writing-custom-step-layouts.md @@ -16,7 +16,7 @@ This is the same [field](https://rjsf-team.github.io/react-jsonschema-form/docs/ ## Registering a React component as a custom step layout -The [createScaffolderLayout](https://backstage.io/docs/reference/plugin-scaffolder.createscaffolderlayout) function is used to mark a component as a custom step layout: +The [createScaffolderLayout](https://backstage.io/docs/reference/plugin-scaffolder-react.createscaffolderlayout) function is used to mark a component as a custom step layout: ```ts import React from 'react';