From d00b389a8b5f8c56d8e4fad98a0d663bd36f3805 Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Mon, 24 Jan 2022 20:59:15 -0800 Subject: [PATCH] Fixing the main link to SDK docs Signed-off-by: Paul Yuknewicz --- daprdocs/content/en/developing-applications/sdks/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/sdks/_index.md b/daprdocs/content/en/developing-applications/sdks/_index.md index 4e84fddf2..f5302e3e4 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -36,7 +36,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho | [Java]({{< ref java >}}) | Stable | ✔ | Spring Boot | ✔ | | [Go]({{< ref go >}}) | Stable | ✔ | ✔ | ✔ | | [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ | -| [Javascript](https://github.com/dapr/js-sdk) | Stable| ✔ | | ✔ | +| [Javascript]({{< ref js >}}) | Stable| ✔ | | ✔ | | [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | | | [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | |