From b1d2cb34d1726cbade0221406c911f5dd1b2f1e9 Mon Sep 17 00:00:00 2001 From: chickenlj Date: Thu, 16 May 2024 16:26:17 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba219d2a..034a8721e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Visit [the official website](https://dubbo.apache.org/) for more information. ## Getting started -You can learn how to develop a dubbo-go RPC application step by step in 5 minutes by following our [Quick Start](https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/rpc/) demo. +You can learn how to develop a dubbo-go RPC application step by step in 5 minutes by following our [Quick Start](https://github.com/apache/dubbo-go-samples/tree/main/helloworld) demo. It's as simple as the code shown below, you define a service with Protobuf, provide your own service implementation, register it to a server, and start the server.