diff --git a/docs/conductor-clients.md b/docs/conductor-clients.md deleted file mode 100644 index aa8f674d..00000000 --- a/docs/conductor-clients.md +++ /dev/null @@ -1,15 +0,0 @@ -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; -import Install from '@site/src/components/install.mdx'; - - -# Conductor Clients & SDKs - -Orkes Conductor supports the following SDKs to build workflows & workers in Conductor. - -- [Java](https://github.com/Netflix/conductor/tree/main/java-sdk) -- [Python](https://github.com/conductor-sdk/conductor-python) -- [Go](https://github.com/conductor-sdk/conductor-go) -- [CSharp](https://github.com/conductor-sdk/conductor-csharp) -- [Clojure](https://github.com/conductor-sdk/conductor-clojure) -- [Javascript](https://github.com/conductor-sdk/conductor-javascript) diff --git a/docs/sdks/sdk-index.mdx b/docs/sdks/sdk-index.mdx index 6cb581a6..9e8fc94a 100644 --- a/docs/sdks/sdk-index.mdx +++ b/docs/sdks/sdk-index.mdx @@ -8,7 +8,7 @@ slug: /category/sdks Orkes Conductor supports the following SDKs to build workflows & workers in Conductor. - [Python](https://github.com/conductor-sdk/conductor-python) -- [Java](https://github.com/Netflix/conductor/tree/main/java-sdk) +- [Java](https://github.com/orkes-io/orkes-conductor-client) - [Javascript](https://github.com/conductor-sdk/conductor-javascript) - [CSharp](https://github.com/conductor-sdk/conductor-csharp) - [Go](https://github.com/conductor-sdk/conductor-go)