From 84eb3cc1f4546d437f46742bd94b31393b889e6b Mon Sep 17 00:00:00 2001 From: wanyanglan Date: Tue, 7 Sep 2021 10:13:58 +0800 Subject: [PATCH] Modify unofficial links Signed-off-by: wanyanglan --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9e02a2e5b..056e1a5640 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ You can run **node --expose-gc _your\_path_\_to/index.js \[options\] _your\_f ## Repositories Involved -[ARK Runtime Subsystem](https://gitee.com/wanyanglan/ark_js_runtime/blob/master/docs/ARK-Runtime-Subsystem.md) +[ARK Runtime Subsystem](https://gitee.com/openharmony/ark_js_runtime/blob/master/docs/ARK-Runtime-Subsystem.md) [ark/runtime\_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index 6bb290fb08..45544e8e31 100644 --- a/README_zh.md +++ b/README_zh.md @@ -183,7 +183,7 @@ ts2abc组件将JavaScript文件转换为方舟字节码文件,命令行格式 ## 相关仓 -[方舟运行时子系统](https://gitee.com/wanyanglan/ark_js_runtime/blob/master/docs/%E6%96%B9%E8%88%9F%E8%BF%90%E8%A1%8C%E6%97%B6%E5%AD%90%E7%B3%BB%E7%BB%9F.md) +[方舟运行时子系统](https://gitee.com/openharmony/ark_js_runtime/blob/master/docs/%E6%96%B9%E8%88%9F%E8%BF%90%E8%A1%8C%E6%97%B6%E5%AD%90%E7%B3%BB%E7%BB%9F.md) [ark/runtime\_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README_zh.md) -- Gitee