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 5ff7a6ea12 fix: blank link (#2476)
5ff7a6ea12 is described below

commit 5ff7a6ea1299debe6e2a41a09939af26065cc3d0
Author: Yaodong Yu <[email protected]>
AuthorDate: Fri Mar 31 15:53:09 2023 +0800

    fix: blank link (#2476)
    
    * chore: update ci
    
    * chore: update ci
    
    * fix: blank link
---
 .github/workflows/build_and_deploy.yml                                | 4 ++--
 .github/workflows/link_check.yml                                      | 2 +-
 .../docs3-v2/golang-sdk/tutorial/governance/features/custom-filter.md | 2 +-
 content/zh-cn/blog/golang/dubbo-go-config-center.md                   | 2 +-
 content/zh-cn/blog/golang/dubbogo-from-scratch.md                     | 2 +-
 content/zh-cn/blog/news/releases/dubbo-go-1.4.md                      | 2 +-
 content/zh-cn/blog/news/releases/dubbo-go-1.5.1.md                    | 2 +-
 .../zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/client.md  | 2 +-
 .../docs/languages/golang/dubbo-go-1.5/configuration/provider.md      | 2 +-
 .../zh-cn/docs/languages/golang/dubbo-go-3.0/samples/custom-filter.md | 2 +-
 .../mannual/golang-sdk/tutorial/governance/features/custom-filter.md  | 2 +-
 static/dubbo-go/v3                                                    | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/build_and_deploy.yml 
b/.github/workflows/build_and_deploy.yml
index a74d831832..afc59182a5 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -18,7 +18,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v1
         with:
-          node-version: '12.x'
+          node-version: '16'
       - name: Setup Docsy
         run: git submodule update --init --recursive && sudo npm install -D 
--save autoprefixer && sudo npm install -D --save postcss-cli
       - name: Setup Hugo
@@ -53,7 +53,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v1
         with:
-          node-version: '12.x'
+          node-version: '16'
       - name: Setup Docsy
         run: git submodule update --init --recursive && sudo npm install -D 
--save autoprefixer && sudo npm install -D --save postcss-cli
       - name: Setup Hugo
diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index c6b766acec..cc590be69a 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -19,7 +19,7 @@ jobs:
       - name: Setup Node
         uses: actions/setup-node@v1
         with:
-          node-version: '12.x'
+          node-version: '16'
       - name: Setup Docsy
         run: git submodule update --init --recursive && sudo npm install -D 
--save autoprefixer && sudo npm install -D --save postcss-cli
       - name: Setup Hugo
diff --git 
a/content/en/docs3-v2/golang-sdk/tutorial/governance/features/custom-filter.md 
b/content/en/docs3-v2/golang-sdk/tutorial/governance/features/custom-filter.md
index 71a53a3461..5d7221e2dd 100644
--- 
a/content/en/docs3-v2/golang-sdk/tutorial/governance/features/custom-filter.md
+++ 
b/content/en/docs3-v2/golang-sdk/tutorial/governance/features/custom-filter.md
@@ -25,7 +25,7 @@ Filter adopts the idea of aspect-oriented design. Through 
reasonable expansion o
 
 ## 2. Framework predefined Filter
 
-The framework predefines a series of filters, which can be used directly in 
the configuration, and its code implementation is located at 
[filter](https://github.com/apache/dubbo-go/tree/3.0/filter)
+The framework predefines a series of filters, which can be used directly in 
the configuration, and its code implementation is located at 
[filter](https://github.com/apache/dubbo-go/tree/release-3.0/filter)
 
 - accesslog
 - active
diff --git a/content/zh-cn/blog/golang/dubbo-go-config-center.md 
b/content/zh-cn/blog/golang/dubbo-go-config-center.md
index b91c165c71..47988830f3 100644
--- a/content/zh-cn/blog/golang/dubbo-go-config-center.md
+++ b/content/zh-cn/blog/golang/dubbo-go-config-center.md
@@ -254,7 +254,7 @@ func newApolloConfiguration(url *common.URL) 
(*apolloConfiguration, error) {
 
 而 Parser & SetParser 使用默认实现即可,默认为 Properties 转换器。
 
-更多信息,参考:dubbo-go-apollo ,详情参考: 
https://github.com/apache/dubbo-go/tree/1.5/config_center/apollo
+更多信息,参考:dubbo-go-apollo ,详情参考: 
https://github.com/apache/dubbo-go/tree/release-1.5/config_center/apollo
 
 ### 使用方法
 
diff --git a/content/zh-cn/blog/golang/dubbogo-from-scratch.md 
b/content/zh-cn/blog/golang/dubbogo-from-scratch.md
index 6b0ada6d30..4a2dde32ff 100644
--- a/content/zh-cn/blog/golang/dubbogo-from-scratch.md
+++ b/content/zh-cn/blog/golang/dubbogo-from-scratch.md
@@ -842,7 +842,7 @@ dubbogo 主要有三个配置文件:
 
 
 
-篇幅有限,就介绍到这里。欢迎有兴趣的同学来参与 
[dubbogo3.0](https://github.com/apache/dubbo-go/tree/3.0) 的建设,感谢阅读。
+篇幅有限,就介绍到这里。欢迎有兴趣的同学来参与 
[dubbogo3.0](https://github.com/apache/dubbo-go/tree/release-3.0) 的建设,感谢阅读。
 
 
 
diff --git a/content/zh-cn/blog/news/releases/dubbo-go-1.4.md 
b/content/zh-cn/blog/news/releases/dubbo-go-1.4.md
index 031cac102d..72e4bffeb3 100644
--- a/content/zh-cn/blog/news/releases/dubbo-go-1.4.md
+++ b/content/zh-cn/blog/news/releases/dubbo-go-1.4.md
@@ -147,7 +147,7 @@ Dubbo 鉴权认证是为了避免敏感接口被匿名用户调用而在 SDK 层
 
 目前这些规划的 任务清单[^4],都已经放入在 dubbo-go 项目的 issue 里面,欢迎感兴趣的朋友认领参与开发。dubbo-go 社区在 
**钉钉群 23331795** 欢迎你的加入。
 
-[^1]: https://github.com/apache/dubbo-go-samples/tree/1.5/registry/kubernetes
+[^1]: 
https://github.com/apache/dubbo-go-samples/tree/release-1.5/registry/kubernetes
 [^2]: 
https://github.com/dubbogo/dubbo-samples/tree/master/golang/router/condition
 [^3]: 
https://github.com/dubbogo/dubbo-samples/tree/master/golang/configcenter/nacos
 [^4]: https://github.com/apache/dubbo-go/milestone/1
diff --git a/content/zh-cn/blog/news/releases/dubbo-go-1.5.1.md 
b/content/zh-cn/blog/news/releases/dubbo-go-1.5.1.md
index 21fc8d5e65..54857c8f45 100644
--- a/content/zh-cn/blog/news/releases/dubbo-go-1.5.1.md
+++ b/content/zh-cn/blog/news/releases/dubbo-go-1.5.1.md
@@ -28,7 +28,7 @@ description: >
 
 基于 Seata 扩展实现。通过增加过滤器,在服务端接收  xid 并结合 
[seata-golang](https://github.com/seata-golang/seata-golang) 达到支持分布式事务的目的。 从而使 
Dubbo-go 在分布式场景下,让用户有更多的选择,能适应更多的个性化场景。
 
-我们在 dubbo-samples 中给出了 
[事务测试用例](https://github.com/apache/dubbo-go-samples/tree/1.5/seata) 。
+我们在 dubbo-samples 中给出了 
[事务测试用例](https://github.com/apache/dubbo-go-samples/tree/release-1.5/seata) 。
 
 ## 3 多注册中心集群负载均衡
 
diff --git 
a/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/client.md 
b/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/client.md
index e2c4f7a53a..c72c4075f0 100644
--- a/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/client.md
+++ b/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/client.md
@@ -208,4 +208,4 @@ type: docs
    ```
 
 
-本文章源码详情见git:https://github.com/apache/dubbo-go-samples/tree/1.5/helloworld/go-client
+本文章源码详情见git:https://github.com/apache/dubbo-go-samples/tree/release-1.5/helloworld/go-client
diff --git 
a/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/provider.md 
b/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/provider.md
index a0e1a56ffa..673568ab47 100644
--- a/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/provider.md
+++ b/content/zh-cn/docs/languages/golang/dubbo-go-1.5/configuration/provider.md
@@ -206,4 +206,4 @@ type: docs
    ```
 
 
-本文章源码详情见git:https://github.com/apache/dubbo-go-samples/tree/1.5/helloworld/go-server
+本文章源码详情见git:https://github.com/apache/dubbo-go-samples/tree/release-1.5/helloworld/go-server
diff --git 
a/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/custom-filter.md 
b/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/custom-filter.md
index 459d2c94ab..c06d5dfba5 100644
--- a/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/custom-filter.md
+++ b/content/zh-cn/docs/languages/golang/dubbo-go-3.0/samples/custom-filter.md
@@ -36,7 +36,7 @@ Filter 采用面向切面设计的思路,通过对 Filter 的合理扩展,
 
 ## 2. 框架预定义 Filter
 
-框架预定义了一系列filter,可以在配置中直接使用,其代码实现位于[filter](https://github.com/apache/dubbo-go/tree/3.0/filter)
+框架预定义了一系列filter,可以在配置中直接使用,其代码实现位于[filter](https://github.com/apache/dubbo-go/tree/release-3.0/filter)
 
 - accesslog
 - active
diff --git 
a/content/zh-cn/overview/mannual/golang-sdk/tutorial/governance/features/custom-filter.md
 
b/content/zh-cn/overview/mannual/golang-sdk/tutorial/governance/features/custom-filter.md
index 172132ba35..fe9f760d2d 100644
--- 
a/content/zh-cn/overview/mannual/golang-sdk/tutorial/governance/features/custom-filter.md
+++ 
b/content/zh-cn/overview/mannual/golang-sdk/tutorial/governance/features/custom-filter.md
@@ -34,7 +34,7 @@ Filter 采用面向切面设计的思路,通过对 Filter 的合理扩展,
 
 ## 2. 框架预定义 Filter
 
-框架预定义了一系列filter,可以在配置中直接使用,其代码实现位于[filter](https://github.com/apache/dubbo-go/tree/3.0/filter)
+框架预定义了一系列filter,可以在配置中直接使用,其代码实现位于[filter](https://github.com/apache/dubbo-go/tree/release-3.0/filter)
 
 - accesslog
 - active
diff --git a/static/dubbo-go/v3 b/static/dubbo-go/v3
index 5bbc92e9fe..2221d2c491 100644
--- a/static/dubbo-go/v3
+++ b/static/dubbo-go/v3
@@ -1,7 +1,7 @@
 <html>
   <head>
     <meta name="go-import" content="dubbo.apache.org/dubbo-go/v3 git 
https://github.com/apache/dubbo-go";>
-    <meta name="go-source" content="dubbo.apache.org/dubbo-go/v3 git 
https://github.com/apache/dubbo-go/tree/3.0{/dir} 
https://github.com/apache/dubbo-go/blob/3.0{/dir}/{file}#L{line}";>
+    <meta name="go-source" content="dubbo.apache.org/dubbo-go/v3 git 
https://github.com/apache/dubbo-go/tree/release-3.0{/dir} 
https://github.com/apache/dubbo-go/blob/release-3.0{/dir}/{file}#L{line}";>
     <meta http-equiv="refresh" content="0; 
url=https://pkg.go.dev/dubbo.apache.org/dubbo-go/v3";>
   </head>
   <body>

Reply via email to