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:42 UTC

[incubator-servicecomb-saga] branch update-linkes created (now 8492282)

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

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


      at 8492282  Updated the README.md

This branch includes the following new commits:

     new 8492282  Updated the README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by ni...@apache.org.
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>.