From e67cdb1eb4c6c0c622b3ae8f23ce26badb1824a4 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 20 Feb 2023 04:29:04 -0500 Subject: [PATCH] [editorial] Fix Tencent Cloud link (#3231) --- semantic_conventions/resource/cloud.yaml | 2 +- specification/resource/semantic_conventions/README.md | 2 +- specification/resource/semantic_conventions/cloud.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/semantic_conventions/resource/cloud.yaml b/semantic_conventions/resource/cloud.yaml index a6ff2a22057..d44ea035d94 100644 --- a/semantic_conventions/resource/cloud.yaml +++ b/semantic_conventions/resource/cloud.yaml @@ -45,7 +45,7 @@ groups: [AWS regions](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Azure regions](https://azure.microsoft.com/en-us/global-infrastructure/geographies/), [Google Cloud regions](https://cloud.google.com/about/locations), - or [Tencent Cloud regions](https://intl.cloud.tencent.com/document/product/213/6091). + or [Tencent Cloud regions](https://www.tencentcloud.com/document/product/213/6091). examples: ['us-central1', 'us-east-1'] - id: availability_zone type: string diff --git a/specification/resource/semantic_conventions/README.md b/specification/resource/semantic_conventions/README.md index 31f29611091..df8a90e08ee 100644 --- a/specification/resource/semantic_conventions/README.md +++ b/specification/resource/semantic_conventions/README.md @@ -175,4 +175,4 @@ Valid cloud providers are: - [Amazon Web Services](https://aws.amazon.com/) ([`aws`](cloud_provider/aws/README.md)) - [Google Cloud Platform](https://cloud.google.com/) (`gcp`) - [Microsoft Azure](https://azure.microsoft.com/) (`azure`) -- [Tencent Cloud](https://intl.cloud.tencent.com/) (`tencent_cloud`) +- [Tencent Cloud](https://www.tencentcloud.com/) (`tencent_cloud`) diff --git a/specification/resource/semantic_conventions/cloud.md b/specification/resource/semantic_conventions/cloud.md index 5fad6efb005..f2dee0b2a32 100644 --- a/specification/resource/semantic_conventions/cloud.md +++ b/specification/resource/semantic_conventions/cloud.md @@ -15,7 +15,7 @@ | `cloud.availability_zone` | string | Cloud regions often have multiple, isolated locations known as zones to increase availability. Availability zone represents the zone where the resource is running. [2] | `us-east-1c` | Recommended | | `cloud.platform` | string | The cloud platform in use. [3] | `alibaba_cloud_ecs` | Recommended | -**[1]:** Refer to your provider's docs to see the available regions, for example [Alibaba Cloud regions](https://www.alibabacloud.com/help/doc-detail/40654.htm), [AWS regions](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Azure regions](https://azure.microsoft.com/en-us/global-infrastructure/geographies/), [Google Cloud regions](https://cloud.google.com/about/locations), or [Tencent Cloud regions](https://intl.cloud.tencent.com/document/product/213/6091). +**[1]:** Refer to your provider's docs to see the available regions, for example [Alibaba Cloud regions](https://www.alibabacloud.com/help/doc-detail/40654.htm), [AWS regions](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Azure regions](https://azure.microsoft.com/en-us/global-infrastructure/geographies/), [Google Cloud regions](https://cloud.google.com/about/locations), or [Tencent Cloud regions](https://www.tencentcloud.com/document/product/213/6091). **[2]:** Availability zones are called "zones" on Alibaba Cloud and Google Cloud.