fix links

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-12-12 12:59:19 +01:00
parent 6aa0cda977
commit 716061d7ba
4 changed files with 11 additions and 29 deletions
@@ -12,7 +12,7 @@ As described [in the architecture section](../architecture/06-utility-apis.md),
> For details, [see the main article](./02-creating.md).
Backstage apps, the core Backstage framework, and plugins can all expose utility APIs for general use.
Backstage apps, plugins, and the core Backstage framework can all expose utility APIs for general use.
Some are available out of the box, such as the API for reading app configuration. Some are provided by third party plugins, such as the catalog client API that both the catalog itself and your own code can leverage to talk to the catalog backend. Some, you may create yourself and make available inside your Backstage instance for use within your private ecosystem of plugins.