From d5f0e991eab3516b14e766590f1caa49a075a585 Mon Sep 17 00:00:00 2001 From: Larry Knott Date: Mon, 27 Nov 2023 13:55:46 -0800 Subject: [PATCH] Better link fix Signed-off-by: Larry Knott --- docs/features/software-catalog/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/software-catalog/api.md b/docs/features/software-catalog/api.md index bbe943daff..97d43209d6 100644 --- a/docs/features/software-catalog/api.md +++ b/docs/features/software-catalog/api.md @@ -31,8 +31,8 @@ with a `Bearer` token, which should then be the Backstage token returned by the These are the endpoints that deal with reading of entities directly. What it exposes are final entities - i.e. the output of all processing and the stitching -process, not the raw originally ingested entity data. See [The Life of an -Entity](https://backstage.io/docs/features/software-catalog/life-of-an-entity) for more details about this process and +process, not the raw originally ingested entity data. See +[The Life of an Entity](./life-of-an-entity.md) for more details about this process and distinction. ### `GET /entities`