You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/06/19 11:08:49 UTC

[shardingsphere-ui] branch master updated: Update repo url

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

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c7cc73  Update repo url
1c7cc73 is described below

commit 1c7cc733db87d9a58e98f5b36cb42b2ce6e8a644
Author: kimmking <ki...@163.com>
AuthorDate: Fri Jun 19 19:08:40 2020 +0800

    Update repo url
---
 README_ZH.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README_ZH.md b/README_ZH.md
index 978e1b5..4416c3b 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -20,7 +20,7 @@ shardingsphere-ui-backend模块是一个标准的spring boot项目。
 ## 如何构建
 
 ```bash
-git clone https://github.com/apache/shardingsphere.git
+git clone https://github.com/apache/shardingsphere-ui.git
 cd shardingsphere/shardingsphere-ui/
 mvn clean package -Prelease
 ```