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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a120fd5654 Fix check (#1785)
4a120fd5654 is described below

commit 4a120fd5654e4dceeca72c44b42033075eb4a2c2
Author: mfordjody <[email protected]>
AuthorDate: Fri Dec 30 16:22:21 2022 +0800

    Fix check (#1785)
---
 content/en/blog/news/dubbo-fescar.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/en/blog/news/dubbo-fescar.md 
b/content/en/blog/news/dubbo-fescar.md
index 3e903225e03..fcacc83093d 100644
--- a/content/en/blog/news/dubbo-fescar.md
+++ b/content/en/blog/news/dubbo-fescar.md
@@ -227,10 +227,10 @@ sh seata-server.sh -p 8091 -h 127.0.0.1 -m file
 
 ### Step 5: Run example
 
-- Start AccountService 
([DubboAccountServiceStarter](https://github.com/apache/dubbo-samples/blob/master/2-advanced/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboAccountServiceStarter.java)).
-- Start StockService 
([DubboStorageServiceStarter](https://github.com/apache/dubbo-samples/blob/master/2-advanced/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboStorageServiceStarter.java)).
-- Start OrderService  
([DubboOrderServiceStarter](https://github.com/apache/dubbo-samples/blob/master/2-advanced/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboOrderServiceStarter.java)).
-- Run BusinessService for test 
([DubboBusinessTester](https://github.com/apache/dubbo-samples/blob/master/2-advanced/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboBusinessTester.java)).
+- Start AccountService 
([DubboAccountServiceStarter](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboAccountServiceStarter.java)).
+- Start StockService 
([DubboStorageServiceStarter](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboStorageServiceStarter.java)).
+- Start OrderService  
([DubboOrderServiceStarter](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboOrderServiceStarter.java)).
+- Run BusinessService for test 
([DubboBusinessTester](https://github.com/apache/dubbo-samples/blob/master/99-integration/dubbo-samples-transaction/src/main/java/org/apache/dubbo/samples/starter/DubboBusinessTester.java)).
 
 ### Related projects
 * Seata:          https://github.com/seata/seata

Reply via email to