From b94488d66ef07476756970cacfc97bfde26f8505 Mon Sep 17 00:00:00 2001 From: wusheng Date: Mon, 30 May 2016 09:48:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=B0=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=89=98=E7=AE=A1=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 287c9480d..67eeaf05a 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 ## 引入核心SDK / Import SDK [ ![Download](https://api.bintray.com/packages/wu-sheng/skywalking/com.ai.cloud.skywalking-api/images/download.svg) ](https://bintray.com/wu-sheng/skywalking/com.ai.cloud.skywalking-api/_latestVersion) -- 核心SDK通过[skywalking bintray官网](https://bintray.com/wu-sheng/skywalking/)托管,可使用公网仓库[https://dl.bintray.com/wu-sheng/skywalking](https://dl.bintray.com/wu-sheng/skywalking)下载。 -- use my own public repository [https://dl.bintray.com/wu-sheng/skywalking](https://dl.bintray.com/wu-sheng/skywalking) to download sdk +- 核心SDK通过[skywalking bintray官网](https://bintray.com/wu-sheng/skywalking/)托管,可使用公网仓库[https://jcenter.bintray.com/](https://jcenter.bintray.com/)下载。 +- use public repository [https://jcenter.bintray.com/](https://jcenter.bintray.com/) to download sdk - 无论试用哪种插件,都必须引入 - add dependencies to pom.xml ```xml @@ -135,7 +135,7 @@ exec "$_RUNJDB" "$LOGGING_CONFIG" $LOGGING_MANAGER $JAVA_OPTS $CATALINA_OPTS \ ## 根据所需插件,配置应用程序 / Config application - Ref 《[SDK Guides](skywalking-sdk-plugin)》 -- 所有插件,已经通过[skywalking bintray官网](https://bintray.com/wu-sheng/skywalking/)托管,可使用公网仓库[https://dl.bintray.com/wu-sheng/skywalking](https://dl.bintray.com/wu-sheng/skywalking)下载。 +- 所有插件,已经通过[skywalking bintray官网](https://bintray.com/wu-sheng/skywalking/)托管,可使用公网仓库[https://jcenter.bintray.com/](https://jcenter.bintray.com/)下载。 - 注意:插件不会引用所需的第三方组件(如Spring、dubbo、dubbox等),请自行引入所需的版本。