This is an automated email from the ASF dual-hosted git repository.

hyunkun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new ecbf806  Remove incubator prefix in document (#409)
ecbf806 is described below

commit ecbf8062e94792ff79396bfec6612e5a90e5f975
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Fri May 24 23:09:48 2019 +0800

    Remove incubator prefix in document (#409)
    
    * Remove incubator- prefix in document
    
    * Update README_ZH.md
---
 README.md    | 16 ++++++++--------
 README_ZH.md | 14 +++++++-------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 3917932..4e63df4 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # Dubbo Admin
 
-[![Build 
Status](https://travis-ci.org/apache/incubator-dubbo-admin.svg?branch=develop)](https://travis-ci.org/apache/incubator-dubbo-admin)
-[![codecov](https://codecov.io/gh/apache/incubator-dubbo-admin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/incubator-dubbo-admin)
-![license](https://img.shields.io/github/license/apache/incubator-dubbo-admin.svg)
+[![Build 
Status](https://travis-ci.org/apache/dubbo-admin.svg?branch=develop)](https://travis-ci.org/apache/dubbo-admin)
+[![codecov](https://codecov.io/gh/apache/dubbo-admin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/dubbo-admin)
+![license](https://img.shields.io/github/license/apache/dubbo-admin.svg)
 
 [中文说明](README_ZH.md)
 ### Demo Address
@@ -10,10 +10,10 @@
 * this demo is the latest version of `develop` branch, you can try it before 
building from source code
 ### Screenshot
 
-![index](https://raw.githubusercontent.com/apache/incubator-dubbo-admin/develop/doc/images/index.png)
+![index](https://raw.githubusercontent.com/apache/dubbo-admin/develop/doc/images/index.png)
 
 ### Service Governance  
-service governance follows the version of Dubbo 2.7, and compatible for Dubbo 
2.6, please refer to 
[here](https://github.com/apache/incubator-dubbo-admin/wiki/The-compatibility-of-service-governance)
+service governance follows the version of Dubbo 2.7, and compatible for Dubbo 
2.6, please refer to 
[here](https://github.com/apache/dubbo-admin/wiki/The-compatibility-of-service-governance)
 ### admin UI
 
 - [Vue.js](https://vuejs.org) and [Vuetify](https://vuetifyjs.com)
@@ -23,12 +23,12 @@ service governance follows the version of Dubbo 2.7, and 
compatible for Dubbo 2.
 ### admin Server
 
 * Standard spring boot project
-* [configurations in 
application.properties](https://github.com/apache/incubator-dubbo-admin/wiki/Dubbo-Admin-configuration)
+* [configurations in 
application.properties](https://github.com/apache/dubbo-admin/wiki/Dubbo-Admin-configuration)
 
 
 ### Production Setup
 
-1. Clone source code on develop branch `git clone 
https://github.com/apache/incubator-dubbo-admin.git`
+1. Clone source code on develop branch `git clone 
https://github.com/apache/dubbo-admin.git`
 2. Specify registry address in 
`dubbo-admin-server/src/main/resources/application.properties`
 3. Build
 
@@ -58,4 +58,4 @@ Once deployed, you can check 
http://localhost:8080/swagger-ui.html to check all
 ### License
 
 Apache Dubbo admin is under the Apache 2.0 license, Version 2.0.
-See 
[LICENSE](https://github.com/apache/incubator-dubbo-admin/blob/develop/LICENSE) 
for full license text.
+See [LICENSE](https://github.com/apache/dubbo-admin/blob/develop/LICENSE) for 
full license text.
diff --git a/README_ZH.md b/README_ZH.md
index 4c31157..9e0b324 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,8 +1,8 @@
 # Dubbo控制台
 
-[![Build 
Status](https://travis-ci.org/apache/incubator-dubbo-admin.svg?branch=develop)](https://travis-ci.org/apache/incubator-dubbo-admin)
-[![codecov](https://codecov.io/gh/apache/incubator-dubbo-admin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/incubator-dubbo-admin)
-![license](https://img.shields.io/github/license/apache/incubator-dubbo-admin.svg)
+[![Build 
Status](https://travis-ci.org/apache/dubbo-admin.svg?branch=develop)](https://travis-ci.org/apache/dubbo-admin)
+[![codecov](https://codecov.io/gh/apache/dubbo-admin/branch/develop/graph/badge.svg)](https://codecov.io/gh/apache/dubbo-admin)
+![license](https://img.shields.io/github/license/apache/dubbo-admin.svg)
 
 [English version](README.md).
 ### Demo地址
@@ -10,10 +10,10 @@
 * 该地址是`develop`分支的最新版本,在从源码构建之前,可以先尝试demo
 ### 页面截图
 
-![index](https://raw.githubusercontent.com/apache/incubator-dubbo-admin/develop/doc/images/index.png)
+![index](https://raw.githubusercontent.com/apache/dubbo-admin/develop/doc/images/index.png)
 
 ### 服务治理  
-服务治理的部分,按照Dubbo 2.7的格式进行配置,同时兼容Dubbo 
2.6,详见[这里](https://github.com/apache/incubator-dubbo-admin/wiki/%E6%9C%8D%E5%8A%A1%E6%B2%BB%E7%90%86%E5%85%BC%E5%AE%B9%E6%80%A7%E8%AF%B4%E6%98%8E)
+服务治理的部分,按照Dubbo 2.7的格式进行配置,同时兼容Dubbo 
2.6,详见[这里](https://github.com/apache/dubbo-admin/wiki/%E6%9C%8D%E5%8A%A1%E6%B2%BB%E7%90%86%E5%85%BC%E5%AE%B9%E6%80%A7%E8%AF%B4%E6%98%8E)
 ### 前端部分
 
 - 
使用[Vue.js](https://vuejs.org)作为javascript框架,[Vuetify](https://vuetifyjs.com)作为UI框架
@@ -23,12 +23,12 @@
 ### 后端部分
 
 * 标准spring boot工程
-* 
[application.properties配置说明](https://github.com/apache/incubator-dubbo-admin/wiki/Dubbo-Admin%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E)
  
+* 
[application.properties配置说明](https://github.com/apache/dubbo-admin/wiki/Dubbo-Admin%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E)
  
 
 
 ### 生产环境配置
 
-1. 下载代码: `git clone https://github.com/apache/incubator-dubbo-admin.git`
+1. 下载代码: `git clone https://github.com/apache/dubbo-admin.git`
 2. 在 `dubbo-admin-server/src/main/resources/application.properties`中指定注册中心地址
 3. 构建
 

Reply via email to