From eef13c3f26ed50b069ca073f2da4f26a40e4d47e Mon Sep 17 00:00:00 2001 From: Yanjie She <57549981+sheyanjie-qq@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:30:00 +0800 Subject: [PATCH] Update docs/en/14-network/private-link/index.md Co-authored-by: WANG Xu --- docs/en/14-network/private-link/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/14-network/private-link/index.md b/docs/en/14-network/private-link/index.md index 9eac6c23c9..4919ea8a51 100644 --- a/docs/en/14-network/private-link/index.md +++ b/docs/en/14-network/private-link/index.md @@ -59,7 +59,7 @@ To use the AWS Management Console to create a VPC interface endpoint, perform th 4. Then you can find the **Private DNS names** shown in **Endpoint Details** page. ### Step 5: Using the private DNS name to call TDengine Cloud Service -Now you can access TDengine Cloud service in your VPC using the private DNS name. You can find the **private URL** in the [Instance page](https://console.cloud.tdengine.com/instances) in TDengine Cloud. +Now you can access TDengine Cloud service in your VPC using the private DNS name. You can find the **Private URL** in the [Instances page](https://console.cloud.tdengine.com/instances) in TDengine Cloud. ## How to remove the endpoint connection 1. Disconnect the connection in **endpoint connection list** page in TDengine Cloud. Wait the connection status to be DISCONNECTED. -- GitLab