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

xuetaoli 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 8128cdbe345 fix golang-sdk bug (#3150)
8128cdbe345 is described below

commit 8128cdbe34522c35a69cf1274f63076778e3bc99
Author: Xuetao Li <[email protected]>
AuthorDate: Sat Nov 8 14:32:06 2025 +0800

    fix golang-sdk bug (#3150)
---
 .../overview/mannual/golang-sdk/quickstart/microservices.md  | 12 ++++++------
 .../mannual/golang-sdk/tutorial/transaction/seata.md         |  2 +-
 .../overview/mannual/golang-sdk/quickstart/microservices.md  | 12 ++++++------
 .../mannual/golang-sdk/tutorial/transaction/seata.md         |  2 +-
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/content/en/overview/mannual/golang-sdk/quickstart/microservices.md 
b/content/en/overview/mannual/golang-sdk/quickstart/microservices.md
index cb7106305b1..66911e3f6a7 100644
--- a/content/en/overview/mannual/golang-sdk/quickstart/microservices.md
+++ b/content/en/overview/mannual/golang-sdk/quickstart/microservices.md
@@ -127,7 +127,7 @@ If you want to add more service governance capabilities to 
the application, plea
         <div class="h-100 card shadow" href="#">
             <div class="card-body">
                 <h4 class="card-title">
-                     <a href='{{< relref "../tutorial/rpc/streaming" 
>}}'>Service Discovery and Load Balancing</a>
+                     <a href='{{< relref "../tutorial/service-discovery" 
>}}'>Service Discovery and Load Balancing</a>
                 </h4>
                 <p>More about using service discovery with Nacos, Zookeeper, 
etc., and configuring load balancing strategies.</p>
             </div>
@@ -137,7 +137,7 @@ If you want to add more service governance capabilities to 
the application, plea
         <div class="h-100 card shadow" href="#">
             <div class="card-body">
                 <h4 class="card-title">
-                     <a href='{{< relref "../tutorial/service-discovery" 
>}}'>Traffic Control</a>
+                     <a href='{{< relref "../tutorial/traffic" >}}'>Traffic 
Control</a>
                 </h4>
                 <p>Learn how to achieve proportional traffic distribution, 
canary releases, adjust timeout settings, traffic grayscale, and service 
degradation.</p>
             </div>
@@ -147,7 +147,7 @@ If you want to add more service governance capabilities to 
the application, plea
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>Monitoring Service Status</a>
+                                        <a href='{{< relref 
"../tutorial/observability" >}}'>Monitoring Service Status</a>
                                </h4>
                                <p>Enable metrics collection and visualize 
application, service, and example statuses via Prometheus and Grafana.</p>
                        </div>
@@ -157,7 +157,7 @@ If you want to add more service governance capabilities to 
the application, plea
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>Full Link Tracing</a>
+                                        <a href='{{< relref 
"../tutorial/observability" >}}'>Full Link Tracing</a>
                                </h4>
                                <p>Enable OpenTelemetry full link tracing.</p>
                        </div>
@@ -167,7 +167,7 @@ If you want to add more service governance capabilities to 
the application, plea
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>Gateway HTTP Access</a>
+                                        <a href='{{< relref 
"../tutorial/gateway" >}}'>Gateway HTTP Access</a>
                                </h4>
                                <p>How to use gateway products like Higress, 
Nginx, etc., to connect front-end HTTP traffic (northbound traffic) to the 
back-end dubbo-go microservices cluster.</p>
                        </div>
@@ -177,7 +177,7 @@ If you want to add more service governance capabilities to 
the application, plea
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>Distributed Transactions</a>
+                                        <a href='{{< relref 
"../tutorial/transaction" >}}'>Distributed Transactions</a>
                                </h4>
                                <p>Use Apache Seata as a distributed 
transaction solution to address distributed data consistency issues.</p>
                        </div>
diff --git 
a/content/en/overview/mannual/golang-sdk/tutorial/transaction/seata.md 
b/content/en/overview/mannual/golang-sdk/tutorial/transaction/seata.md
index 729ee6406dc..5067a7dc18f 100644
--- a/content/en/overview/mannual/golang-sdk/tutorial/transaction/seata.md
+++ b/content/en/overview/mannual/golang-sdk/tutorial/transaction/seata.md
@@ -15,4 +15,4 @@ weight: 1
 2. Then, execute the main() method in the triple/client/cmd and 
triple/server/cmd directories.
 
 
-<a href="https://github.com/apache/dubbo-go-samples/tree/main/context"; 
target="_blank">Complete example source code address</a>
+Complete example source code 
[address](https://github.com/apache/dubbo-go-samples/tree/main/transcation/)
diff --git 
a/content/zh-cn/overview/mannual/golang-sdk/quickstart/microservices.md 
b/content/zh-cn/overview/mannual/golang-sdk/quickstart/microservices.md
index b28690be5dd..22a40da0fea 100644
--- a/content/zh-cn/overview/mannual/golang-sdk/quickstart/microservices.md
+++ b/content/zh-cn/overview/mannual/golang-sdk/quickstart/microservices.md
@@ -127,7 +127,7 @@ ins, err := dubbo.NewInstance(
         <div class="h-100 card shadow" href="#">
             <div class="card-body">
                 <h4 class="card-title">
-                     <a href='{{< relref "../tutorial/rpc/streaming" 
>}}'>服务发现与负载均衡</a>
+                     <a href='{{< relref "../tutorial/service-discovery" 
>}}'>服务发现与负载均衡</a>
                 </h4>
                 <p>更多关于 Nacos、Zookeeper 等服务发现的使用方式,负载均衡策略配置等。</p>
             </div>
@@ -137,7 +137,7 @@ ins, err := dubbo.NewInstance(
         <div class="h-100 card shadow" href="#">
             <div class="card-body">
                 <h4 class="card-title">
-                     <a href='{{< relref "../tutorial/service-discovery" 
>}}'>流量管控</a>
+                     <a href='{{< relref "../tutorial/traffic" >}}'>流量管控</a>
                 </h4>
                 <p>学习如何实现按比例流量分配、金丝雀发布、调整超时时间、流量灰度、服务降级等流量管控。</p>
             </div>
@@ -147,7 +147,7 @@ ins, err := dubbo.NewInstance(
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>监控服务状态</a>
+                                        <a href='{{< relref 
"../tutorial/observability" >}}'>监控服务状态</a>
                                </h4>
                                <p>开启 Metrics 采集,通过 Prometheus、Grafana 
可视化查看应用、服务、示例状态。</p>
                        </div>
@@ -157,7 +157,7 @@ ins, err := dubbo.NewInstance(
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>全链路追踪</a>
+                                        <a href='{{< relref 
"../tutorial/observability" >}}'>全链路追踪</a>
                                </h4>
                                <p>开启 OpenTelemetry 全链路追踪。</p>
                        </div>
@@ -167,7 +167,7 @@ ins, err := dubbo.NewInstance(
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>网关 HTTP 接入</a>
+                                        <a href='{{< relref 
"../tutorial/gateway" >}}'>网关 HTTP 接入</a>
                                </h4>
                                <p>如何使用 Higress、Nginx 等网关产品,将前端 http 
流量(北向流量)接入后端 dubbo-go 微服务集群。</p>
                        </div>
@@ -177,7 +177,7 @@ ins, err := dubbo.NewInstance(
                <div class="h-100 card shadow" href="#">
                        <div class="card-body">
                                <h4 class="card-title">
-                                        <a href='{{< relref 
"../tutorial/service-discovery" >}}'>分布式事务</a>
+                                        <a href='{{< relref 
"../tutorial/transaction" >}}'>分布式事务</a>
                                </h4>
                                <p>使用 Apache Seata 作为分布式事务解决方案,解决分布式数据一致性问题。</p>
                        </div>
diff --git 
a/content/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata.md 
b/content/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata.md
index 63fb1bfc879..97b8d421607 100644
--- a/content/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata.md
+++ b/content/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata.md
@@ -15,4 +15,4 @@ weight: 1
 2. 再执行 triple/client/cmd 和 triple/server/cmd 目录下的 main()方法。
 
 
-<a href="https://github.com/apache/dubbo-go-samples/tree/main/context"; 
target="_blank">完整示例源码地址</a>
\ No newline at end of file
+完整示例源码[地址](https://github.com/apache/dubbo-go-samples/tree/main/transcation/)
\ No newline at end of file

Reply via email to