From 11d5f326824ef9cceacdebea225e4df753ae9249 Mon Sep 17 00:00:00 2001 From: Chrissy Weeks <5051062+fevrin@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:08:50 -0400 Subject: [PATCH] docs: fix a link to the frontend Backstage plugin Signed-off-by: Fevrin <5051062+fevrin@users.noreply.github.com> --- plugins/catalog-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/README.md b/plugins/catalog-backend/README.md index 1e2bce3142..cd921499d3 100644 --- a/plugins/catalog-backend/README.md +++ b/plugins/catalog-backend/README.md @@ -86,5 +86,5 @@ some example entities. ## Links -- [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend) +- [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog) is the frontend interface for this plugin.