From 58b075a35056be7a0032d66534f40900e65b946c Mon Sep 17 00:00:00 2001 From: "wenbo.x" Date: Wed, 9 Jun 2021 10:05:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20READ?= =?UTF-8?q?ME.en.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index b903ddd86..000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# mindxsdk-referenceapps - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee From 6aa88fcac660790faa9876e88698864f389f85a8 Mon Sep 17 00:00:00 2001 From: "wenbo.x" Date: Wed, 9 Jun 2021 10:08:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?!1=20=E4=BF=AE=E6=94=B9readme=20*=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- README.zh.md | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0856fea45..32c83a298 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ EN|[CN](README.zh.md) # MindX SDK Reference Apps -[MindX SDK](https://www.huaweicloud.com/intl/en-us/ascend/mindx-sdk) is launched by Huawei. It provides simplified high-performance APIs and tools to enable applications with Ascend AI Processors. +[MindX SDK](https://www.hiascend.com/software/mindx-sdk) is launched by Huawei. It provides simplified high-performance APIs and tools to enable applications with Ascend AI Processors. + + +## Contribute + +Refer to [CONTRIBUTING.md](contrib/CONTRIBUTING.md) ## Copyright Description diff --git a/README.zh.md b/README.zh.md index 4322dd4d5..1ba338a2f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,10 +1,14 @@ 中文|[英文](README.md) # MindX SDK Reference Apps -[MindX SDK](https://www.huaweicloud.com/ascend/mindx-sdk) 是华为推出的软件开发套件(SDK),提供极简易用、高性能的API和工具,助力昇腾AI处理器赋能各应用场景。 +[MindX SDK](https://www.hiascend.com/software/mindx-sdk) 是华为推出的软件开发套件(SDK),提供极简易用、高性能的API和工具,助力昇腾AI处理器赋能各应用场景。 mxSdkReferenceApps是基于MindX SDK开发的参考样例。 +## 贡献代码 + +请参阅 [CONTRIBUTING.md](contrib/CONTRIBUTING.md) + ## 版权说明 请参阅 [License.md](License.md) \ No newline at end of file -- Gitee