diff --git a/README.md b/README.md index a4a5a31313ea9721fef0bc7ef3527bb6d6b9349e..b3e11e93a7539056d402444cea4b0dbe2f8f2128 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 a72808289148804bb52246b75570ef1993b20751..cdba5b6e7788311a679a7d257560385646640d09 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)。 ### 使用说明