mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:07:32 +00:00
docs: update oidc-playground link (#8529)
The new OIDC playground is deployed on https://zitadel.com/oidc-playground. This PR updates the relative links in the docs --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ const LinkButton = ({
|
||||
|
||||
return (
|
||||
<CopyToClipboard
|
||||
text={`https://zitadel.com/docs/apis/openidoauth/authrequest?instance=${encodeURIComponent(
|
||||
text={`https://zitadel.com/playgrounds/oidc?instance=${encodeURIComponent(
|
||||
instance
|
||||
)}&client_id=${encodeURIComponent(
|
||||
clientId
|
||||
|
Reference in New Issue
Block a user