This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 55484cbfcc docs: Add path to cd dubbo-samples/dubbo-samples-api
(#12548)
55484cbfcc is described below
commit 55484cbfccdec370d90fb5ad3e7d630f6d69d136
Author: zdrjson <[email protected]>
AuthorDate: Sun Jun 18 17:02:06 2023 +0800
docs: Add path to cd dubbo-samples/dubbo-samples-api (#12548)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9285dd01f5..e34ee20894 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ 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/dubbo-samples-api
+cd dubbo-samples/1-basic/dubbo-samples-api
```
There's a
[README](https://github.com/apache/dubbo-samples/blob/389cd612f1ea57ee6e575005b32f195c442c35a2/1-basic/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: