From a53f05d683c1036520f1acb9921de22643d7d5a6 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Mon, 3 Jun 2024 17:33:05 +0100 Subject: [PATCH] docs: migrate rust github link to docs Signed-off-by: Mike Nguyen --- 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 b4a16e454..909055fb0 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -29,7 +29,7 @@ Select your [preferred language below]({{< ref "#sdk-languages" >}}) to learn mo | [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ | | | [Javascript]({{< ref js >}}) | Stable| ✔ | | ✔ | ✔ | | [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | | | -| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | ✔ | | +| [Rust]({{< ref rust >}}) | In development | ✔ | | ✔ | | ## Further reading