From 575f366759729b8837a74663e24e5e8ff685cfbb Mon Sep 17 00:00:00 2001 From: Fred Muya Date: Wed, 9 Oct 2024 11:27:32 +0300 Subject: [PATCH] fix: Links to OAuth2 & OIDC API Documents --- docs/hydra/sdk/05_go.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hydra/sdk/05_go.mdx b/docs/hydra/sdk/05_go.mdx index 8003a62fb..9ccd0f7fa 100644 --- a/docs/hydra/sdk/05_go.mdx +++ b/docs/hydra/sdk/05_go.mdx @@ -106,5 +106,5 @@ func main() { You can find more examples of SDK usage in the autogenerated documentation: -- [OAuth2Api API](https://github.com/ory/hydra-client-go/blob/master/docs/OAuth2Api.md) -- [OIDCApi API](https://github.com/ory/hydra-client-go/blob/master/docs/OidcApi.md) +- [OAuth2Api API](https://github.com/ory/hydra-client-go/blob/master/docs/OAuth2API.md) +- [OIDCApi API](https://github.com/ory/hydra-client-go/blob/master/docs/OidcAPI.md)