diff --git a/modules/authorization/proc-configuring-the-RBAC-backend-plugin.adoc b/modules/authorization/proc-configuring-the-RBAC-backend-plugin.adoc index 9179c3d1b4..7f26b0b987 100644 --- a/modules/authorization/proc-configuring-the-RBAC-backend-plugin.adoc +++ b/modules/authorization/proc-configuring-the-RBAC-backend-plugin.adoc @@ -6,7 +6,7 @@ You can configure the RBAC backend plugin by updating the `{my-app-config-file}` file to enable the permission framework. .Prerequisites -* You have installed the `@janus-idp/backstage-plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}]. +* You have installed the `@backstage-community/plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}]. .Procedure * Update the `{my-app-config-file}` file to enable the permission framework as shown: diff --git a/modules/authorization/proc-setting-up-the-guest-authentication-provider.adoc b/modules/authorization/proc-setting-up-the-guest-authentication-provider.adoc index 3e00d68909..e0a85bd67d 100644 --- a/modules/authorization/proc-setting-up-the-guest-authentication-provider.adoc +++ b/modules/authorization/proc-setting-up-the-guest-authentication-provider.adoc @@ -6,7 +6,7 @@ You can enable guest authentication and use it alongside the RBAC frontend plugin. .Prerequisites -* You have installed the `@janus-idp/backstage-plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}]. +* You have installed the `@backstage-community/plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}]. .Procedure diff --git a/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc b/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc index c3c123a540..162708c1a6 100644 --- a/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc +++ b/modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc @@ -205,10 +205,9 @@ dynamicPlugins: ### RHDH * [Website](https://developers.redhat.com/rhdh/overview) * [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/) - * [Janus Plugins](https://github.com/janus-idp/backstage-plugins) * [Backstage Community Plugins](https://github.com/backstage/community-plugins) * [RHDH Plugins](https://github.com/redhat-developer/rhdh-plugins) - * [RHDH Showcase](https://github.com/redhat-developer/rhdh) + * [RHDH Hub](https://github.com/redhat-developer/rhdh) - mountPoint: home.page/cards importName: Markdown config: @@ -226,10 +225,9 @@ dynamicPlugins: * [Website](https://developers.redhat.com/rhdh/overview) * [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/) * [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/) - * [Janus Plugins](https://github.com/janus-idp/backstage-plugins) * [Backstage Community Plugins](https://github.com/backstage/community-plugins) * [RHDH Plugins](https://github.com/redhat-developer/rhdh-plugins) - * [RHDH Showcase](https://github.com/redhat-developer/rhdh) + * [RHDH Hub](https://github.com/redhat-developer/rhdh) ---- --