Skip to content

Commit 270a235

Browse files
Fix dead link on oidc-in-jfrog (#44481)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent e8a6382 commit 270a235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/actions/how-tos/secure-your-work/security-harden-deployments

content/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-jfrog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For an example {% data variables.product.prodname_actions %} workflow using the
4040

4141
## Adding the identity provider to JFrog
4242

43-
To use OIDC with JFrog, establish a trust relationship between {% data variables.product.prodname_actions %} and the JFrog platform. For more information about this process, see [OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) in the JFrog documentation.
43+
To use OIDC with JFrog, establish a trust relationship between {% data variables.product.prodname_actions %} and the JFrog platform. For more information about this process, see [OpenID Connect Integration](https://docs.jfrog.com/administration/docs/openid-connect-integration) in the JFrog documentation.
4444

4545
1. Sign in to your JFrog Platform.
4646
1. Configure trust between JFrog and your {% data variables.product.prodname_actions %} workflows.
@@ -96,6 +96,6 @@ jobs:
9696
9797
## Further reading
9898
99-
* [OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) in the JFrog documentation
99+
* [OpenID Connect Integration](https://docs.jfrog.com/administration/docs/openid-connect-integration) in the JFrog documentation
100100
* [Identity Mappings](https://jfrog.com/help/r/jfrog-platform-administration-documentation/identity-mappings) in the JFrog documentation
101101
* [AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)

0 commit comments

Comments
 (0)