From 87ee9a7aac18e819bd0d39719496683a8df00a75 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 18 Feb 2023 11:48:43 -0800 Subject: [PATCH] Update 05-node.md --- docs/en/10-programming/01-connect/05-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/10-programming/01-connect/05-node.md b/docs/en/10-programming/01-connect/05-node.md index 0da4b80958..1f24f6e0d7 100644 --- a/docs/en/10-programming/01-connect/05-node.md +++ b/docs/en/10-programming/01-connect/05-node.md @@ -48,7 +48,7 @@ $env:TDENGINE_CLOUD_URL='' :::note Replace and with cloud token and URL. -To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Connector" and then select "Node.js". +To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" on left menu, then select "Node.js". ::: @@ -61,4 +61,4 @@ To obtain the value of cloud token and URL, please log in [TDengine Cloud](https 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