docs: Add path to cd dubbo-samples/dubbo-samples-api (#12548)

This commit is contained in:
zdrjson 2023-06-18 17:02:06 +08:00 committed by GitHub
parent b20d63ef1f
commit 55484cbfcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: