From d1da1d138bdbf56d1ea018694c803f98cc8de0e2 Mon Sep 17 00:00:00 2001 From: GuoLei Song <35319286+glmapper@users.noreply.github.com> Date: Wed, 5 Sep 2018 11:08:14 +0800 Subject: [PATCH] update readerMe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update QuickStart link,https://github.com/alipay/sofa-tracer/wiki/QuickStart -> http://www.sofastack.tech/sofa-tracer/docs/QuickStart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57a1d31..42c7e91c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ SOFATracer 可以将链路跟踪数据远程上报到开源产品 [Zipkin](https ## 三、快速开始 -请查看文档中的[快速开始](https://github.com/alipay/sofa-tracer/wiki/QuickStart)来了解如何快速上手使用 SOFATracer。 +请查看文档中的[快速开始](http://www.sofastack.tech/sofa-tracer/docs/QuickStart)来了解如何快速上手使用 SOFATracer。 ## 四、如何贡献