From 4f3804cccfdea88fd0b27281d8414a368199ea45 Mon Sep 17 00:00:00 2001 From: kelinyang Date: Tue, 26 Aug 2025 14:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kelinyang --- ArkGraphics2D/DisplaySoloist/README.md | 4 ++-- ArkGraphics2D/DisplaySync/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ArkGraphics2D/DisplaySoloist/README.md b/ArkGraphics2D/DisplaySoloist/README.md index 71b3f9ce2d8..d23435ceb2a 100644 --- a/ArkGraphics2D/DisplaySoloist/README.md +++ b/ArkGraphics2D/DisplaySoloist/README.md @@ -77,7 +77,7 @@ ``` git init git config core.sparsecheckout true -echo code/DocsSample/graphic/DisplaySoloist/ > .git/info/sparse-checkout -git remote add origin https://gitee.com/openharmony/applications_app_samples.git +echo ArkGraphics2D/DisplaySoloist/ > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ``` \ No newline at end of file diff --git a/ArkGraphics2D/DisplaySync/README.md b/ArkGraphics2D/DisplaySync/README.md index e679d025fd8..1dba326876a 100644 --- a/ArkGraphics2D/DisplaySync/README.md +++ b/ArkGraphics2D/DisplaySync/README.md @@ -106,7 +106,7 @@ ``` git init git config core.sparsecheckout true -echo code/DocsSample/graphic/DisplaySync/ > .git/info/sparse-checkout -git remote add origin https://gitee.com/openharmony/applications_app_samples.git +echo ArkGraphics2D/DisplaySync/ > .git/info/sparse-checkout +git remote add origin https://gitee.com/harmonyos_samples/guide-snippets.git git pull origin master ``` \ No newline at end of file -- Gitee