From 827964a3b0ff30ce1ebc835a84f3d3401a1b7118 Mon Sep 17 00:00:00 2001 From: jiangkaiwen Date: Mon, 24 Apr 2023 09:25:08 +0800 Subject: [PATCH] Modify ARK-Runtime-Usage-Guide in README.md Issue:I6Y005 Signed-off-by: jiangkaiwen Change-Id: Idc8c440150be7bba107cbfc743e4d484d70f424e --- 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..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/ARK-Runtime-Usage-Guide-zh.md) +更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README_zh.md) ## 相关仓 -- Gitee