From 28b79c9a5ee0b8770c5faf38be2a1757c088647a Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:41:25 -0500 Subject: [PATCH] Fix URL formatting in component registration guide Removed the trailing period from the example URL in the template instructions. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/register-a-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/register-a-component.md b/docs/getting-started/register-a-component.md index 9fe328c0ff..4cf34e7ec2 100644 --- a/docs/getting-started/register-a-component.md +++ b/docs/getting-started/register-a-component.md @@ -42,7 +42,7 @@ To manually register a component in the software catalog: 3. Fill out the template. - The standalone Backstage application includes one template. For this example, enter the repository URL to the entity file, `https://github.com/backstage/backstage/blob/master/catalog-info.yaml.` This is used in the Backstage [demo site](https://demo.backstage.io) catalog. + The standalone Backstage application includes one template. For this example, enter the repository URL to the entity file, `https://github.com/backstage/backstage/blob/master/catalog-info.yaml`. This is used in the Backstage [demo site](https://demo.backstage.io) catalog. ![enter url of component entity file.](../assets/uiguide/enter-url-of-component.png)