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/04/08 03:49:22 UTC

[servicecomb-pack] branch master updated: fix doc get start hyperlink

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 99c3332  fix doc get start hyperlink
99c3332 is described below

commit 99c33325de4fed16e07126279a0c28ce5827ed67
Author: lixingjun <li...@ysstech.com>
AuthorDate: Thu Apr 4 09:31:31 2019 +0800

    fix doc get start hyperlink
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index da57f3a..cd79aae 100644
--- a/README.md
+++ b/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](saga-demo/saga-servicecomb-demo/README.md) for details.
-* For Spring applications, please see [Booking Demo](saga-demo/saga-spring-demo/README.md) for details.
-* For Dubbo applications, please see [Dubbo Demo](saga-demo/saga-dubbo-demo/README.md) for details.
-* For TCC with Spring application, please see [Tcc Demo](saga-demo/tcc-spring-demo/README.md) for details.
-* To debug the applications, please see [Spring Demo Debugging](saga-demo/saga-spring-demo#debugging) for details.
+* For ServiceComb Java Chassis application, please see [Booking Demo](demo/saga-servicecomb-demo/README.md) for details.
+* For Spring applications, please see [Booking Demo](demo/saga-spring-demo/README.md) for details.
+* For Dubbo applications, please see [Dubbo Demo](demo/saga-dubbo-demo/README.md) for details.
+* For TCC with Spring application, please see [Tcc Demo](demo/tcc-spring-demo/README.md) for details.
+* To debug the applications, please see [Spring Demo Debugging](demo/saga-spring-demo#debugging) for details.
 
 ## Build and Run the tests from source
 Current ServiceComb Pack code supports Spring Boot 1.x and Spring Boot 2.x at the same time, you can use *-Pspring-boot-1*, *-Pspring-boot-1* to switch Spring Boot version.