From 0570da49c7933d1471c7297f2d0fa6f4e00b1b67 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 27 Jun 2023 12:49:53 +0200 Subject: [PATCH] docs: fix microsite build Signed-off-by: blam --- .changeset/green-otters-wait.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/green-otters-wait.md b/.changeset/green-otters-wait.md index 4f9b02351e..02bc30f6aa 100644 --- a/.changeset/green-otters-wait.md +++ b/.changeset/green-otters-wait.md @@ -3,5 +3,5 @@ --- Export some types and API items. This allows people to call the API from different places with the ApiRef, as well -as completely customize the client if required. Check the [README.md](../plugins/catalog-unprocessed-entities/README.md) to +as completely customize the client if required. Check the [README.md](https://github.com/backstage/backstage/blob/master/plugins/catalog-unprocessed-entities/README.md) to note what needs to be added in order to use the new `catalogUnprocessedEntitiesApiRef` exported function.