From d7d1da93be1f4ae2bb3eb6ec84da1d0e68dc6e3e Mon Sep 17 00:00:00 2001 From: yuhanshi Date: Sat, 25 Mar 2023 11:34:40 +0800 Subject: [PATCH] Update url of Native API and HDI in README Signed-off-by: yuhanshi --- README.md | 5 ++--- README_zh.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4a5a31..b3e11e9 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,8 @@ In the root directory of the OpenHarmony source code, call the following command ### API Description -[Native API reference](https://gitee.com/openharmony-sig/interface_native_header/tree/master/en/native_sdk/ai) - -[HDI API reference](https://gitee.com/openharmony-sig/interface_native_header/tree/master/en/device_api/hdi) +- [Native API reference](https://gitee.com/openharmony-sig/interface_native_header/tree/master/en/native_sdk/ai) +- [HDI API reference](https://gitee.com/openharmony/drivers_interface/tree/master/nnrt) ### How to Use diff --git a/README_zh.md b/README_zh.md index a728082..cdba5b6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -49,9 +49,8 @@ Neural Network Runtime与MindSpore Lite使用MindIR统一模型的中间表达 ### 接口说明 -Native接口文档请参考:[Native接口](https://gitee.com/openharmony-sig/interface_native_header/pulls/182)。 - -HDI接口文档请参考:[HDI接口](https://gitee.com/openharmony-sig/interface_native_header/pulls/179)。 +- Native接口文档请参考:[Native接口](https://gitee.com/openharmony/ai_neural_network_runtime/tree/master/interfaces/kits/c)。 +- HDI接口文档请参考:[HDI接口](https://gitee.com/openharmony/drivers_interface/tree/master/nnrt)。 ### 使用说明 -- Gitee