additional updates in docs

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-09-20 16:47:21 -04:00
parent ed7f5ebaca
commit e910efaa89
6 changed files with 9 additions and 9 deletions
@@ -5,7 +5,7 @@ description: Documentation on How Configuring App with plugins
---
Backstage plugins customize the app for your needs. There is a
[plugin marketplace](https://backstage.io/plugins) with plugins for many common
[plugin directory](https://backstage.io/plugins) with plugins for many common
infrastructure needs - CI/CD, monitoring, auditing, and more.
## Adding existing plugins to your app
+1 -1
View File
@@ -186,7 +186,7 @@ a dash-suffix. `-backend` means its a backend plugin and so on.
One reason for splitting a plugin is because of its dependencies. Another reason
is for clear separation of concerns.
Take a look at our [Plugin Marketplace](https://backstage.io/plugins) or browse
Take a look at our [Plugin Directory](https://backstage.io/plugins) or browse
through the
[`plugins/`](https://github.com/backstage/backstage/tree/master/plugins) folder.