From 98f87340ced766f1408c2f14871c4604e739977a Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:28:09 -0500 Subject: [PATCH] Fix links formatting in getting-started index Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index ae7d471416..5f582d9b4a 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -184,8 +184,8 @@ Choose the correct next steps for your user role, if you're likely to be deployi - Using your Backstage instance - [Logging into Backstage](./logging-in.md) - - [Viewing the Catalog]/(./viewing-catalog.md) - - [Viewing what you own]/(./view-what-you-own.md) + - [Viewing the Catalog](./viewing-catalog.md) + - [Viewing what you own](./view-what-you-own.md) - [Viewing entity relationships](./viewing-entity-relationships.md) - [Searching the Catalog](./search-catalog.md) - [Register a component](./register-a-component.md)