From fa47e818da1496adbba145c6d36df8a54493dc79 Mon Sep 17 00:00:00 2001 From: Sayyid Yofa Date: Wed, 12 Feb 2025 21:47:30 +0700 Subject: [PATCH] update readme plugin oauth2, oidc, and okta to refer to github.com Signed-off-by: Sayyid Yofa --- plugins/auth-backend-module-oauth2-provider/README.md | 2 +- plugins/auth-backend-module-oidc-provider/README.md | 2 +- plugins/auth-backend-module-okta-provider/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/auth-backend-module-oauth2-provider/README.md b/plugins/auth-backend-module-oauth2-provider/README.md index 6c23d24ff3..1a6937515e 100644 --- a/plugins/auth-backend-module-oauth2-provider/README.md +++ b/plugins/auth-backend-module-oauth2-provider/README.md @@ -4,5 +4,5 @@ This module provides an oauth2 auth provider implementation for `@backstage/plug ## Links -- [Repository](https://oauth2.com/backstage/backstage/tree/master/plugins/auth-backend-module-oauth2-provider) +- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-oauth2-provider) - [Backstage Project Homepage](https://backstage.io) diff --git a/plugins/auth-backend-module-oidc-provider/README.md b/plugins/auth-backend-module-oidc-provider/README.md index e586f32fd7..1cbe3525cd 100644 --- a/plugins/auth-backend-module-oidc-provider/README.md +++ b/plugins/auth-backend-module-oidc-provider/README.md @@ -4,5 +4,5 @@ This module provides an Oidc auth provider implementation for `@backstage/plugin ## Links -- [Repository](https://oidc.com/backstage/backstage/tree/master/plugins/auth-backend-module-oidc-provider) +- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-oidc-provider) - [Backstage Project Homepage](https://backstage.io) diff --git a/plugins/auth-backend-module-okta-provider/README.md b/plugins/auth-backend-module-okta-provider/README.md index 3a320a9b1a..51aa13c47e 100644 --- a/plugins/auth-backend-module-okta-provider/README.md +++ b/plugins/auth-backend-module-okta-provider/README.md @@ -26,5 +26,5 @@ export const okta = createAuthProviderIntegration({ ## Links -- [Repository](https://okta.com/backstage/backstage/tree/master/plugins/auth-backend-module-okta-provider) +- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-okta-provider) - [Backstage Project Homepage](https://backstage.io)