diff --git a/ArkGraphics2D/DisplaySoloist/README.md b/ArkGraphics2D/DisplaySoloist/README.md index 71b3f9ce2d82ceadb112876f9503c87acf1d147c..d23435ceb2a2786987178d32abae11223ab7e6dc 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 e679d025fd89e3dad4ba74f967bf7d98679c6835..1dba326876af665ed8789da0b8ef475f18c50fa1 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