Merge pull request #774 from lfffffy/main

fix(docs): 修复腾讯云文档链接使用错误的 com.cn 域名
This commit is contained in:
RHQYZ
2025-06-09 21:09:39 +08:00
committed by GitHub
7 changed files with 10 additions and 10 deletions

View File

@@ -136,7 +136,7 @@ func (d *DeployerProvider) Deploy(ctx context.Context, certPEM string, privkeyPE
}
// 循环获取部署任务详情,等待任务状态变更
// REF: https://cloud.tencent.com.cn/document/api/400/91658
// REF: https://cloud.tencent.com/document/api/400/91658
for {
select {
case <-ctx.Done():

View File

@@ -153,7 +153,7 @@ func (d *DeployerProvider) deployViaSslService(ctx context.Context, cloudCertId
}
// 循环获取部署任务详情,等待任务状态变更
// REF: https://cloud.tencent.com.cn/document/api/400/91658
// REF: https://cloud.tencent.com/document/api/400/91658
for {
select {
case <-ctx.Done():

View File

@@ -104,7 +104,7 @@ func (d *DeployerProvider) Deploy(ctx context.Context, certPEM string, privkeyPE
}
// 循环获取部署任务详情,等待任务状态变更
// REF: https://cloud.tencent.com.cn/document/api/400/91658
// REF: https://cloud.tencent.com/document/api/400/91658
for {
select {
case <-ctx.Done():

View File

@@ -119,7 +119,7 @@ func (d *DeployerProvider) Deploy(ctx context.Context, certPEM string, privkeyPE
}
// 循环获取部署任务详情,等待任务状态变更
// REF: https://cloud.tencent.com.cn/document/api/400/91658
// REF: https://cloud.tencent.com/document/api/400/91658
for {
select {
case <-ctx.Done():

View File

@@ -106,7 +106,7 @@ func (d *DeployerProvider) Deploy(ctx context.Context, certPEM string, privkeyPE
}
// 循环获取部署任务详情,等待任务状态变更
// REF: https://cloud.tencent.com.cn/document/api/400/91658
// REF: https://cloud.tencent.com/document/api/400/91658
for {
select {
case <-ctx.Done():