You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/02/23 14:17:05 UTC

[dubbo] branch master updated: Fix broken links related to dubbo-samples repo restructure (#6998)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c47eb13  Fix broken links related to dubbo-samples repo restructure (#6998)
c47eb13 is described below

commit c47eb131ecd7c570017cbeb62724734120d0e361
Author: BethMyre <36...@users.noreply.github.com>
AuthorDate: Tue Feb 23 09:16:52 2021 -0500

    Fix broken links related to dubbo-samples repo restructure (#6998)
    
    fixes #6991
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6ebc99c..af561f9 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,10 @@ The following code snippet comes from [Dubbo Samples](https://github.com/apache/
 
 ```bash
 # git clone https://github.com/apache/dubbo-samples.git
-# cd dubbo-samples/java/dubbo-samples-api
+# cd dubbo-samples/dubbo-samples-api
 ```
 
-There's a [README](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-api/README.md) file under `dubbo-samples-api` directory. We recommend referencing the samples in that directory by following the below-mentioned instructions:
+There's a [README](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-api/README.md) file under `dubbo-samples-api` directory. We recommend referencing the samples in that directory by following the below-mentioned instructions: 
 
 ### Maven dependency