From 85dfe7b34c20ef98e44a327b8d0e4ed1b01a3ac7 Mon Sep 17 00:00:00 2001 From: yubo Date: Thu, 10 Sep 2020 18:47:20 +0800 Subject: [PATCH] [doc] fix haramony link Signed-off-by: yubo --- "get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" "b/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" index 126a6414913..4a9dbd455c5 100755 --- "a/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" +++ "b/get-code/\346\272\220\347\240\201\350\216\267\345\217\226.md" @@ -240,7 +240,7 @@ repo sync -c 方式二:通过git clone单个代码仓库 -进入代码仓库主页:https://gitee.com/openharmony,选择需要克隆的代码仓库,执行命令,如: +进入代码仓库主页:[https://gitee.com/openharmony](https://gitee.com/openharmony),选择需要克隆的代码仓库,执行命令,如: ``` git clone https://gitee.com/openharmony/manifest.git -b master -- Gitee