From 4050f7776bf8a66d34614d7c423aead0aa4f8577 Mon Sep 17 00:00:00 2001 From: knottAutodesk <143034967+knottAutodesk@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:16:35 -0800 Subject: [PATCH] Update api.md The link to `The Life of an Entity` was broken. Signed-off-by: knottAutodesk <143034967+knottAutodesk@users.noreply.github.com> --- docs/features/software-catalog/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/api.md b/docs/features/software-catalog/api.md index 3ccd89b286..bbe943daff 100644 --- a/docs/features/software-catalog/api.md +++ b/docs/features/software-catalog/api.md @@ -32,7 +32,7 @@ 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](life-of-an-entity.md) for more details about this process and +Entity](https://backstage.io/docs/features/software-catalog/life-of-an-entity) for more details about this process and distinction. ### `GET /entities`