This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1fea949c8c5 Fix doc lint (#2985)
1fea949c8c5 is described below

commit 1fea949c8c525cf625f2ef2e37ffd10973b0ee79
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Jun 23 20:55:51 2024 +0800

    Fix doc lint (#2985)
    
    * Fix doc lint
    
    * Fix doc lint
---
 .htmltest.yml                                                    | 3 ++-
 content/zh-cn/overview/tasks/observability/tracing/skywalking.md | 2 +-
 data/download/en/1javaReleases.yaml                              | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.htmltest.yml b/.htmltest.yml
index 42233704389..44b93ede5a5 100644
--- a/.htmltest.yml
+++ b/.htmltest.yml
@@ -39,4 +39,5 @@ IgnoreURLs: [
   "https://twitter.com/apachedubbo";,
   "https://www.qianmi.com/";,
   "https://developer.aliyun.com/article/";,
-  "https://zh.opensuse.org/index.php?title=Help:%E6%A0%BC%E5%BC%8F";]
+  "https://www.gitlink.org.cn/glcc/freeproject";,
+  "https://zh.opensuse.org/.*";]
diff --git a/content/zh-cn/overview/tasks/observability/tracing/skywalking.md 
b/content/zh-cn/overview/tasks/observability/tracing/skywalking.md
index 2f60ce2d73f..49b65a13954 100644
--- a/content/zh-cn/overview/tasks/observability/tracing/skywalking.md
+++ b/content/zh-cn/overview/tasks/observability/tracing/skywalking.md
@@ -52,7 +52,7 @@ public class ObservationConfiguration {
 }
 ```
 ## 4. 启动 Skywalking OAP
-请参考这里了解如何 [设置 Skywalking 
OAP](https://skywalking.apache.org/docs/main/v9.3.0/en/setup/backend/backend-setup/)
+请参考这里了解如何 [设置 Skywalking 
OAP](https://skywalking.apache.org/docs/main/latest/en/setup/backend/backend-setup/)
 
 ```shell
 bash startup.sh
diff --git a/data/download/en/1javaReleases.yaml 
b/data/download/en/1javaReleases.yaml
index 152434e9486..64266bb4603 100644
--- a/data/download/en/1javaReleases.yaml
+++ b/data/download/en/1javaReleases.yaml
@@ -13,7 +13,7 @@ list:
   - name: 3.2.13
     description: >
       Dubbo 3 is the latest stable version. It is recommended that all 3.x 
users upgrade to this version.
-    changelog: https://github.com/apache/dubbo/releases/tag/3.2.13
+    changelog: https://github.com/apache/dubbo/releases/tag/dubbo-3.2.13
     archive: 
https://www.apache.org/dyn/closer.lua/dubbo/3.2.13/apache-dubbo-3.2.13-src.zip
     hash: 
https://www.apache.org/dyn/closer.lua/dubbo/3.2.13/apache-dubbo-3.2.13-src.zip.sha512
     signature: 
https://www.apache.org/dyn/closer.lua/dubbo/3.2.13/apache-dubbo-3.2.13-src.zip.asc

Reply via email to