diff --git a/README.md b/README.md
index c5ad2f3a568b1cbd3e11cd37633922a27ffefa3f..198edc77ff6c560ba072e073ac37d4db842b86c1 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ TODO
 
 ## Quick Start
 
-The subdirectory examples shows how to use dubbo-go. Please read the [examples/README.md](https://github.com/apache/dubbo-go/blob/develop/examples/README.md) carefully to learn how to dispose the configuration and compile the program.
+[dubbogo-samples](https://github.com/dubbogo/dubbogo-samples) shows how to use dubbo-go. Please read the [dubbogo-samples/README.md](https://github.com/dubbogo/dubbogo-samples/blob/master/README.md) carefully to learn how to dispose the configuration and compile the program.
 
 ## Running unit tests
 
diff --git a/README_CN.md b/README_CN.md
index 266d1d0e9216446d60087556a67680b831aa143a..e0d922c18dc2c6ca72d66d85950e9e44832f07c7 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -60,7 +60,7 @@ TODO
 
 ## 快速开始 ##
 
-这个子目录下的例子展示了如何使用 dubbo-go 。请仔细阅读 [examples/README.md](https://github.com/apache/dubbo-go/blob/develop/examples/README.md) 学习如何处理配置并编译程序。
+[dubbogo-samples](https://github.com/dubbogo/dubbogo-samples)这个项目的事例展示了如何使用 dubbo-go 。请仔细阅读 [dubbogo-samples/README.md](https://github.com/dubbogo/dubbogo-samples/blob/master/README.md) 学习如何处理配置并编译程序。
 
 ## 运行单测