From 3904f9be01cbb9cbd7aa0ae3aa90d94d8243876e Mon Sep 17 00:00:00 2001 From: fangyincheng <fangyincheng@sina.com> Date: Sun, 22 Dec 2019 17:26:41 +0800 Subject: [PATCH] Mod: modify README --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdc3062d6..694f00915 100644 --- a/README.md +++ b/README.md @@ -98,11 +98,11 @@ You can know more about dubbo-go by its [roadmap](https://github.com/apache/dubb ## Document -TODO +https://dubbogo.github.io/dubbo-go-website(**Improving**) ## Quick Start -[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. +[dubbo-samples/golang](https://github.com/dubbogo/dubbo-samples) shows how to use dubbo-go. Please read the [dubbo-samples/golang/README.md](https://github.com/dubbogo/dubbo-samples/blob/master/golang/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 edabe64d3..99b26c535 100644 --- a/README_CN.md +++ b/README_CN.md @@ -97,11 +97,11 @@ Apache License, Version 2.0 ## 文档 -TODO +https://dubbogo.github.io/dubbo-go-website(**完善中**) ## 快速开始 ## -[dubbogo-samples](https://github.com/dubbogo/dubbogo-samples)这个项目的事例展示了如何使用 dubbo-go 。请仔细阅读 [dubbogo-samples/README.md](https://github.com/dubbogo/dubbogo-samples/blob/master/README.md) 学习如何处理配置并编译程序。 +[dubbo-samples/golang](https://github.com/dubbogo/dubbo-samples)这个项目的事例展示了如何使用 dubbo-go 。请仔细阅读 [dubbo-samples/golang/README.md](https://github.com/dubbogo/dubbo-samples/blob/master/golang/README.md) 学习如何处理配置并编译程序。 ## 运行单测 -- GitLab