From 8929997250ef5be920eebf50add4e91f6c76cc61 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 18 Feb 2023 11:47:02 -0800 Subject: [PATCH] Update 03-go.md --- docs/en/10-programming/01-connect/03-go.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/10-programming/01-connect/03-go.md b/docs/en/10-programming/01-connect/03-go.md index 396bcf2605..6ac47dc6c4 100644 --- a/docs/en/10-programming/01-connect/03-go.md +++ b/docs/en/10-programming/01-connect/03-go.md @@ -55,7 +55,7 @@ $env:TDENGINE_GO_DSN='' :::note Replace with the real value, the format should be `https()/?token=`. -To obtain the value of `goDSN`, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Data In" on the left menu. +To obtain the value of `goDSN`, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" on the left menu, then select "Go". ::: @@ -82,4 +82,4 @@ go run main.go The client connection is then established. For how to write data and query data, please refer to and . -For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). \ No newline at end of file +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). -- GitLab