diff --git a/docs/tools/sdks/library.mdx b/docs/tools/sdks/library.mdx index a99887f78..a9640199d 100644 --- a/docs/tools/sdks/library.mdx +++ b/docs/tools/sdks/library.mdx @@ -3,7 +3,7 @@ title: "SDK Library" sidebar_position: 10 --- -Interact with the Stellar network using the SDK in your preferred language. The JavaScript, Java, Go, and Rust SDKs are maintained by SDF and the rest are maintained by dedicated community developers. All SDKs are open-source; file a GitHub issue or pull request in the specific SDK repository if you have questions or suggestions. +Interact with the Stellar network using the SDK in your preferred language. The JavaScript, Go, and Rust SDKs are maintained by SDF and the rest are maintained by dedicated community developers. All SDKs are open-source; file a GitHub issue or pull request in the specific SDK repository if you have questions or suggestions. Each SDK has its own source code and documentation. Learn how to use a specific SDK by referring to the documentation- most docs offer practical examples that demonstrate how to construct and submit transactions and interact with Horizon endpoints. @@ -91,9 +91,9 @@ This SDK is maintained by dedicated community developers, kommitters Open Source ### Java SDK -[Java SDK](https://github.com/stellar/java-stellar-sdk) | [Docs](https://stellar.github.io/java-stellar-sdk/) +[Java SDK](https://github.com/lightsail-network/java-stellar-sdk) | [Docs](https://lightsail-network.github.io/java-stellar-sdk/) -`java-stellar-sdk` provides APIs to build transactions and connect to Horizon, it also provides functionality to deploy and invoke Soroban smart contracts and communicates with the Soroban RPC Server. +`java-stellar-sdk` provides APIs to build transactions and connect to Horizon and also provides functionality to deploy and invoke Soroban smart contracts and communicates with the Soroban RPC Server. ### Go