Merge pull request #29038 from kurtaking/patch-3

Fix deprecated link in writing-custom-step-layouts.md
This commit is contained in:
Ben Lambert
2025-03-04 16:44:39 +01:00
committed by GitHub
@@ -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';