Skip to content

Commit

Permalink
fix: links to OAuth2 & OIDC API Documents (#1914)
Browse files Browse the repository at this point in the history
fix: Links to OAuth2 & OIDC API Documents
  • Loading branch information
muya authored Oct 9, 2024
1 parent cd0266e commit 895a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hydra/sdk/05_go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 895a0de

Please sign in to comment.