From e99a3d37b555b5b9b9de8f586f63d19964bdad47 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 18 Feb 2023 11:48:00 -0800 Subject: [PATCH] Update 04-rust.md --- docs/en/10-programming/01-connect/04-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/10-programming/01-connect/04-rust.md b/docs/en/10-programming/01-connect/04-rust.md index 18a86a6d30..d0e0d013ef 100644 --- a/docs/en/10-programming/01-connect/04-rust.md +++ b/docs/en/10-programming/01-connect/04-rust.md @@ -59,7 +59,7 @@ $env:TDENGINE_CLOUD_DSN='' :::note -Replace with real TDengine cloud DSN. To obtain the real value, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Connector" and then select "Rust". +Replace with real TDengine cloud DSN. To obtain the real value, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" on the left menu, then select "Rust". ::: -- GitLab