diff --git a/docs/tools/sdks/client-sdks.mdx b/docs/tools/sdks/client-sdks.mdx index 75e7a1900..1a2348060 100644 --- a/docs/tools/sdks/client-sdks.mdx +++ b/docs/tools/sdks/client-sdks.mdx @@ -101,7 +101,7 @@ This SDK is split up into separate packages, all of which you can find in the [G - txnbuild: [SDK](https://github.com/stellar/go/tree/master/txnbuild) | [Docs](https://godoc.org/github.com/stellar/go/txnbuild) - Horizonclient: [SDK](https://github.com/stellar/go/tree/master/clients/horizonclient) | [Docs](https://godoc.org/github.com/stellar/go/clients/horizonclient) -- RPC Client: [SDK](https://github.com/stellar/stellar-rpc/tree/main/client) +- RPC Client: [SDK](https://github.com/stellar/stellar-rpc/tree/main/client) | [Docs](https://pkg.go.dev/github.com/stellar/stellar-rpc/client) ## Ruby