From 55484cbfccdec370d90fb5ad3e7d630f6d69d136 Mon Sep 17 00:00:00 2001 From: zdrjson Date: Sun, 18 Jun 2023 17:02:06 +0800 Subject: [PATCH] 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: