diff --git a/.changeset/lemon-ears-build.md b/.changeset/lemon-ears-build.md new file mode 100644 index 0000000000..95a44b5a9f --- /dev/null +++ b/.changeset/lemon-ears-build.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend-module-aws': patch +--- + +Corrected title and URL to setup documentation diff --git a/plugins/catalog-backend-module-aws/README.md b/plugins/catalog-backend-module-aws/README.md index 304fe7a080..1e54822ea9 100644 --- a/plugins/catalog-backend-module-aws/README.md +++ b/plugins/catalog-backend-module-aws/README.md @@ -1,4 +1,4 @@ -# Catalog Backend Module for LDAP +# Catalog Backend Module for AWS This is an extension module to the plugin-catalog-backend plugin, providing an `AwsOrganizationCloudAccountProcessor` that can be used to ingest cloud accounts @@ -6,5 +6,5 @@ as `Resource` kind entities. ## Getting started -See [Backstage documentation](https://backstage.io/docs/integrations/ldap/org) for details on how to install +See [Backstage documentation](https://backstage.io/docs/integrations/aws-s3/discovery) for details on how to install and configure the plugin.