From 69d702e1826fa509c27194779fc821427c05002c Mon Sep 17 00:00:00 2001 From: wuhuiquan Date: Mon, 20 Jan 2025 11:39:24 +0800 Subject: [PATCH] [doc] update README code download url Signed-off-by: wuhuiquan --- rust-build/README.md | 2 +- rust-build/ohos_ci_build.sh | 0 rust-build/ohos_ci_test.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 rust-build/ohos_ci_build.sh mode change 100644 => 100755 rust-build/ohos_ci_test.sh diff --git a/rust-build/README.md b/rust-build/README.md index 87e7652cedd..e2cf3d47df5 100644 --- a/rust-build/README.md +++ b/rust-build/README.md @@ -47,7 +47,7 @@ python3 ./build/scripts/download_sdk.py --branch OpenHarmony-5.0.0-Release --pro ``` git clone --depth=1 https://gitee.com/openharmony/third_party_llvm-project.git third_party/llvm-project -git clone --depth=1 https://gitee.com/openharmony-sig/third_party_rust_rust.git third_party/rust/rust +git clone --depth=1 https://gitee.com/openharmony/third_party_rust_rust.git third_party/rust/rust ``` 4、start to build diff --git a/rust-build/ohos_ci_build.sh b/rust-build/ohos_ci_build.sh old mode 100644 new mode 100755 diff --git a/rust-build/ohos_ci_test.sh b/rust-build/ohos_ci_test.sh old mode 100644 new mode 100755 -- Gitee