Merge pull request #20679 from Bonial-International-GmbH/pjungermann/auth

docs(auth): fix links to repository in `README.md`
This commit is contained in:
Fredrik Adelöw
2023-11-07 14:37:14 +01:00
committed by GitHub
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
'@backstage/plugin-auth-backend-module-gitlab-provider': patch
---
Fix link to the repository in `README.md`.
@@ -4,5 +4,5 @@ This module provides an GitLab auth provider implementation for `@backstage/plug
## Links
- [Repository](https://gitlab.com/backstage/backstage/tree/master/plugins/auth-backend-module-gitlab-provider)
- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-gitlab-provider)
- [Backstage Project Homepage](https://backstage.io)
@@ -1,8 +1,8 @@
# Auth Module: Microsoft Provider
This module provides an Microsoft auth provider implementation for `@backstage/plugin-auth-backend`.
This module provides a Microsoft auth provider implementation for `@backstage/plugin-auth-backend`.
## Links
- [Repository](https://gitlab.com/backstage/backstage/tree/master/plugins/auth-backend-module-microsoft-provider)
- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-microsoft-provider)
- [Backstage Project Homepage](https://backstage.io)