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

marsevilspirit 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 46da656ee7b Fix typo in Golang SDK/Quickstart guide (refs 
apache/dubbo-go#2805) (#3112)
46da656ee7b is described below

commit 46da656ee7b6fbe84081b4c26a812a88ebcb6781
Author: Thisara Weerakoon <[email protected]>
AuthorDate: Sat Jun 21 13:21:02 2025 +0530

    Fix typo in Golang SDK/Quickstart guide (refs apache/dubbo-go#2805) (#3112)
---
 content/en/overview/mannual/golang-sdk/quickstart/rpc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/overview/mannual/golang-sdk/quickstart/rpc.md 
b/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
index 862ac505295..67507e4d140 100644
--- a/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
+++ b/content/en/overview/mannual/golang-sdk/quickstart/rpc.md
@@ -28,7 +28,7 @@ Since we are using Protocol Buffer, we first need to install 
the relevant code g
 
     ```shell
     go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
-    go install dubbo.apache.org/dubbo-go/v3/cmd/[email protected]
+    go install github.com/dubbogo/protoc-gen-go-triple/[email protected]
     ```
 
     Make sure `protoc-gen-go` and `protoc-gen-go-triple` are in your `PATH`. 
You can verify this with `which protoc-gen-go`. If that command does not work, 
please execute the following commands:

Reply via email to