Skip to content

Commit

Permalink
chore: fix sdk links (ory#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Mar 30, 2021
1 parent 014c773 commit bd90f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/docs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We publish our SDKs for popular languages in their respective package
repositories:

- [Dart](https://pub.dev/packages/ory_hydra_client)
- [.NET](https://github.com/ory/sdk/tree/master/clients/hydra/dotnet)
- [.NET](https://www.nuget.org/packages/Ory.Hydra.Client/)
- [Go](https://github.com/ory/hydra-client-go)
- [Java](https://search.maven.org/artifact/sh.ory.hydra/hydra-client)
- [JavaScript](https://www.npmjs.com/package/@ory/hydra-client) with TypeScript
Expand All @@ -40,6 +40,8 @@ We also provide more info for these SDKs:
- [Golang](sdk/go)
- [JavaScript](sdk/js)

Take a look at the source: [Generated SDKs for Ory Hydra](https://github.com/ory/sdk/tree/master/clients/hydra/)

Missing your programming language?
[Create an issue](https://github.com/ory/hydra/issues) and help us build, test
and publish the SDK for your programming language!
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-v1.10/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We publish our SDKs for popular languages in their respective package
repositories:

- [Dart](https://pub.dev/packages/ory_hydra_client)
- [.NET](https://github.com/ory/sdk/tree/master/clients/hydra/dotnet)
- [.NET](https://www.nuget.org/packages/Ory.Hydra.Client/)
- [Go](https://github.com/ory/hydra-client-go)
- [Java](https://search.maven.org/artifact/sh.ory.hydra/hydra-client)
- [JavaScript](https://www.npmjs.com/package/@ory/hydra-client) with TypeScript
Expand All @@ -40,6 +40,8 @@ We also provide more info for these SDKs:
- [Golang](sdk/go)
- [JavaScript](sdk/js)

Take a look at the source: [Generated SDKs for Ory Hydra](https://github.com/ory/sdk/tree/master/clients/hydra/)

Missing your programming language?
[Create an issue](https://github.com/ory/hydra/issues) and help us build, test
and publish the SDK for your programming language!

0 comments on commit bd90f3e

Please sign in to comment.