This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push: new 6a5914e Polished the README file for downloading the latest version 6a5914e is described below commit 6a5914e234219474ccb7b4218e0fa6eda740ea8b Author: Willem Jiang <jiangni...@huawei.com> AuthorDate: Thu Mar 7 07:06:08 2019 +0800 Polished the README file for downloading the latest version --- README.md | 11 +++++------ README_ZH.md | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 87ffe9f..c4dabf0 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,14 @@ Since Spring Boot supports JDK9+ from 2.x, if you want to build and run tests of ```bash $ mvn clean install -DskipTests=true -Pdemo,spring-boot-2 ``` - ## User Guide How to build and use can refer to [User Guide](docs/user_guide.md). ## Get The Latest Version Get released version: - -* [Download Pack](http://servicecomb.apache.org/release/saga-downloads/) + +* [Download Pack](http://servicecomb.apache.org/release/pack-downloads/) Get snapshot version: @@ -82,8 +81,8 @@ Get snapshot version: <url>https://repository.apache.org/content/repositories/snapshots/</url> </pluginRepository> </pluginRepositories> - - + + ``` ## [FAQ](FAQ.md) @@ -98,6 +97,6 @@ See [Pull Request Guide](http://servicecomb.apache.org/developers/submit-codes/) ## Stargazers over time [](https://starcharts.herokuapp.com/apache/servicecomb-pack) - + ## License Licensed under an [Apache 2.0 license](https://github.com/apache/servicecomb-pack/blob/master/LICENSE). diff --git a/README_ZH.md b/README_ZH.md index 5b4ea24..618c14c 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -59,8 +59,8 @@ ServiceComb Pack 架构是由 **alpha** 和 **omega**组成,其中: ## 获取最新版本 获取最新发行版本: - -* [下载软件包](http://servicecomb.apache.org/release/saga-downloads/) + +* [下载软件包](http://servicecomb.apache.org/release/pack-downloads/) 获取最新预览版本: @@ -86,7 +86,7 @@ ServiceComb Pack 架构是由 **alpha** 和 **omega**组成,其中: <url>https://repository.apache.org/content/repositories/snapshots/</url> </pluginRepository> </pluginRepositories> - + ```