From 6a901db598d71bc05c42c727d1bcf18abf6a7722 Mon Sep 17 00:00:00 2001 From: jiangkaiwen Date: Sun, 23 Apr 2023 11:14:33 +0800 Subject: [PATCH 1/2] Modify ARK-Runtime-Usage-Guide in README.md Issue:I6Y005 Signed-off-by: jiangkaiwen Change-Id: I3380ff2881a916a0e0ae865ee4375bc47da33be0 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e578500b8..3df68dfee4 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ If no parameter is specified for **\[options\]**, an ARK binary file is generat -For more information, please see: [ARK-Runtime-Usage-Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/ARK-Runtime-Usage-Guide.md). +For more information, please see: [ARK-Runtime-Usage-Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.md). ## Repositories Involved diff --git a/README_zh.md b/README_zh.md index 68d332d761..4c05d17061 100644 --- a/README_zh.md +++ b/README_zh.md @@ -437,7 +437,7 @@ $ node --expose-gc src/index.js [options] file.js -更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/ARK-Runtime-Usage-Guide-zh.md) +更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.md) ## 相关仓 -- Gitee From 87e33d12a36996d657a798c3745d4780ae91b754 Mon Sep 17 00:00:00 2001 From: jiangkaiwen Date: Sun, 23 Apr 2023 11:24:11 +0800 Subject: [PATCH 2/2] Signed-off-by: jiangkaiwen Change-Id: I8c84bacc9c1b07e69485df758ee78e58193165d3 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 4c05d17061..121fc09368 100644 --- a/README_zh.md +++ b/README_zh.md @@ -437,7 +437,7 @@ $ node --expose-gc src/index.js [options] file.js -更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.md) +更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README_zh.md) ## 相关仓 -- Gitee