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 2019/02/12 02:20:26 UTC

[servicecomb-docs] branch master updated: change servicecomb-saga to servicecomb-pack

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-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4188dc6  change servicecomb-saga to servicecomb-pack
4188dc6 is described below

commit 4188dc61d3df5f892b856311c999c29495a399a3
Author: fxb <19...@qq.com>
AuthorDate: Tue Feb 12 09:58:45 2019 +0800

    change servicecomb-saga to servicecomb-pack
---
 saga-reference/en_US/README.md | 10 +++++-----
 saga-reference/zh_CN/README.md | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/saga-reference/en_US/README.md b/saga-reference/en_US/README.md
index bbe6d61..3d8f5c9 100644
--- a/saga-reference/en_US/README.md
+++ b/saga-reference/en_US/README.md
@@ -26,11 +26,11 @@ Now we have different lanaguage implementation of Omega
 * C# version of Omega here https://github.com/OpenSagas-csharp/servicecomb-saga-csharp
 
 ## Get Started
-* For ServiceComb Java Chassis application, please see [Booking Demo](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-servicecomb-demo/README.md) for details.
-* For Spring applications, please see [Booking Demo](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-spring-demo/README.md) for details.
-* For Dubbo applications, please see [Dubbo Demo](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-dubbo-demo/README.md) for details.
-* For TCC with Spring application, please see [Tcc Demo](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/tcc-spring-demo/README.md) for details.
-* To debug the applications, please see [Spring Demo Debugging](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-spring-demo#debugging) for details.
+* For ServiceComb Java Chassis application, please see [Booking Demo](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-servicecomb-demo/README.md) for details.
+* For Spring applications, please see [Booking Demo](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-spring-demo/README.md) for details.
+* For Dubbo applications, please see [Dubbo Demo](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-dubbo-demo/README.md) for details.
+* For TCC with Spring application, please see [Tcc Demo](https://github.com/apache/servicecomb-pack/blob/master/demo/tcc-spring-demo/README.md) for details.
+* To debug the applications, please see [Spring Demo Debugging](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-spring-demo#debugging) for details.
 
 ## Build and Run the tests from source
 * Build the source code and run the tests
diff --git a/saga-reference/zh_CN/README.md b/saga-reference/zh_CN/README.md
index b2f96f2..9f29638 100644
--- a/saga-reference/zh_CN/README.md
+++ b/saga-reference/zh_CN/README.md
@@ -26,11 +26,11 @@ Saga Pack 架构是由 **alpha** 和 **omega**组成,其中:
 
 
 ## 快速入门
-* Saga在ServiceComb Java Chassis应用可以参考[出行预订](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-servicecomb-demo/README.md)
-* Saga在Spring应用的用法可参考[出行预订示例](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-spring-demo/README.md)。
-* Saga在Dubbo应用的用法可参考[Dubbo示例](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-dubbo-demo/README.md).
-* TCC在Spring应用的用法可以参考[TCC示例](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/tcc-spring-demo/README.md)
-* 示例的的调试方法可以参考[调试Spring示例](https://github.com/apache/servicecomb-saga/tree/master/saga-demo/saga-spring-demo#debugging).
+* Saga在ServiceComb Java Chassis应用可以参考[出行预订](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-servicecomb-demo/README.md)
+* Saga在Spring应用的用法可参考[出行预订示例](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-spring-demo/README.md)。
+* Saga在Dubbo应用的用法可参考[Dubbo示例](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-dubbo-demo/README.md).
+* TCC在Spring应用的用法可以参考[TCC示例](https://github.com/apache/servicecomb-pack/blob/master/demo/tcc-spring-demo/README.md)
+* 示例的的调试方法可以参考[调试Spring示例](https://github.com/apache/servicecomb-pack/blob/master/demo/saga-spring-demo#debugging).
 
 ## 编译和运行代码
 * 编译代码并且运行相关的单元测试