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/05/08 16:44:01 UTC

[servicecomb-pack] branch master updated: Feature/fix user guide (#458)

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 e62da68  Feature/fix user guide (#458)
e62da68 is described below

commit e62da68b5bb92ff8e9c91a393b6a29847e689802
Author: cmonkey <42...@gmail.com>
AuthorDate: Thu May 9 00:43:56 2019 +0800

    Feature/fix user guide (#458)
    
    * change OmegaContext to docs/user_guide.md
    
    * change OmegaContext package to docs/user_guide_zh.md
    
    * change docs/user_guide.md in OmegaContext package
---
 docs/user_guide.md    | 4 ++--
 docs/user_guide_zh.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user_guide.md b/docs/user_guide.md
index 78fa64f..7fc8bdb 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -109,7 +109,7 @@ Take a transfer money application as an example:
 
 4. Repeat step 2 for the `transferIn` service.
 
-5. Since pack-0.3.0,  you can access the [OmegaContext](https://github.com/apache/servicecomb-packblob/master/omega/omega-context/src/main/java/org/apache/servicecomb/saga/omega/context/OmegaContext.java) for the gloableTxId and localTxId in the @Compensable annotated method or the cancel method.
+5. Since pack-0.3.0,  you can access the [OmegaContext](https://github.com/apache/servicecomb-pack/blob/master/omega/omega-context/src/main/java/org/apache/servicecomb/pack/omega/context/OmegaContext.java) for the gloableTxId and localTxId in the @Compensable annotated method or the cancel method.
 
 ### TCC support
 Add TCC annotations and corresponding confirm and cancel methods
@@ -431,4 +431,4 @@ Uses Spring Cloud Netflix 2.x by default, if you want to use Spring Cloud Netfli
 
 ## Cluster
 
-Alpha can be highly available by deploying multiple instances, enable cluster support with the `alpha.cluster.master.enabled=true` parameter.
\ No newline at end of file
+Alpha can be highly available by deploying multiple instances, enable cluster support with the `alpha.cluster.master.enabled=true` parameter.
diff --git a/docs/user_guide_zh.md b/docs/user_guide_zh.md
index 2d5445d..eae2397 100644
--- a/docs/user_guide_zh.md
+++ b/docs/user_guide_zh.md
@@ -109,7 +109,7 @@ Saga可通过以下任一方式进行构建:
 
 4. 对转入服务重复第二步即可。
 
-5. 从pack-0.3.0开始, 你可以在服务函数或者取消函数中通过访问 [OmegaContext](https://github.com/apache/servicecomb-pack/blob/master/omega/omega-context/src/main/java/org/apache/servicecomb/saga/omega/context/OmegaContext.java) 来获取 gloableTxId 以及 localTxId 信息。
+5. 从pack-0.3.0开始, 你可以在服务函数或者取消函数中通过访问 [OmegaContext](https://github.com/apache/servicecomb-pack/blob/master/omega/omega-context/src/main/java/org/apache/servicecomb/pack/omega/context/OmegaContext.java) 来获取 gloableTxId 以及 localTxId 信息。
 
 ### TCC 支持
 在对应的方法中添加TccStart 和 Participate标注 
@@ -430,4 +430,4 @@ Saga可通过以下任一方式进行构建:
 
 ## 集群
 
-Alpha 可以通过部署多实例的方式保证高可用,使用 `alpha.cluster.master.enabled=true` 参数开启集群支持
\ No newline at end of file
+Alpha 可以通过部署多实例的方式保证高可用,使用 `alpha.cluster.master.enabled=true` 参数开启集群支持