You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/22 01:30:43 UTC

[incubator-servicecomb-saga] 01/01: Updated the README.md

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

ningjiang pushed a commit to branch update-linkes
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit 8492282da40607cf87f4f8fcc125b844f97f146d
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Dec 22 09:30:40 2017 +0800

    Updated the README.md
    
    Updated the links to reflect the Apache transfer
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 45b5c6c..2e66648 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Saga [![Build Status](https://travis-ci.org/ServiceComb/ServiceComb-Saga.svg?branch=master)](https://travis-ci.org/ServiceComb/ServiceComb-Saga?branch=master) [![Coverage Status](https://coveralls.io/repos/github/ServiceComb/ServiceComb-Saga/badge.svg?branch=master)](https://coveralls.io/github/ServiceComb/ServiceComb-Saga?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+# Saga [![Build Status](https://travis-ci.org/apache/incubator-servicecomb-saga.svg?branch=master)](https://travis-ci.org/apache/incubator-servicecomb-saga?branch=master) [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-servicecomb-saga/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-servicecomb-saga?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 
 ## Purpose
 Saga is a type of Compensating Transaction pattern, which provides a simple way to help users solve the data consistency problems encountered in micro-service applications.
@@ -32,7 +32,7 @@ You will need:
 [maven]: https://maven.apache.org/install.html
 [docker]: https://www.docker.com/get-docker
 [mysql]: https://dev.mysql.com/downloads/
-[service_center]: https://github.com/ServiceComb/service-center
+[service_center]: https://github.com/apache/incubator-servicecomb-service-center
 [docker_compose]: https://docs.docker.com/compose/install/
 [docker_machine]: https://docs.docker.com/machine/install-machine/
 
@@ -41,7 +41,7 @@ You will need:
 ## Building
 Download the source code.
 ```
-git clone https://github.com/ServiceComb/saga.git
+git clone https://github.com/apache/incubator-servicecomb-saga.git
 ```
 
 Enter the Saga root directory,build Saga project by maven command and generate a docker image named saga-spring in local.
@@ -64,10 +64,10 @@ See [Saga API](docs/api/api.md) for details.
 
 
 ## Example
-See [Saga demo](https://github.com/ServiceComb/ServiceComb-Saga/tree/master/saga-demo) for details.
+See [Saga demo](https://github.com/apache/incubator-servicecomb-saga/tree/master/saga-demo) for details.
 
 ## Contact
-Bugs: [issues](https://github.com/ServiceComb/saga/issues).
+Bugs: [issues](issues.apache.org/jira/browse/SCB).
 
 Mailing lists: [subscribe](mailto:dev-subscribe@servicecomb.incubator.apache.org) 
 

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.