From dc824c907e117c757c8644c50baffff1b6b5ef1c Mon Sep 17 00:00:00 2001 From: JunYuLiu Date: Mon, 27 Jul 2020 16:00:09 +0800 Subject: [PATCH] delete two markdown's error links --- resource/faq/FAQ_en.md | 2 +- resource/faq/FAQ_zh_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/faq/FAQ_en.md b/resource/faq/FAQ_en.md index 466094af48..5064492185 100644 --- a/resource/faq/FAQ_en.md +++ b/resource/faq/FAQ_en.md @@ -104,7 +104,7 @@ A: Currently, you can try out MindSpore through Docker images on laptops or in e Q: Does MindSpore support Windows 10? -A: The MindSpore CPU version can be installed on Windows 10. For details about the installation procedure, see tutorials on the [MindSpore official website](https://www.mindspore.cn/tutorial/en/master/advanced_use/mindspore_cpu_win_install.html). +A: The MindSpore CPU version can be installed on Windows 10. ### Programming Language diff --git a/resource/faq/FAQ_zh_cn.md b/resource/faq/FAQ_zh_cn.md index c17ca7ab74..82d4c68aa5 100644 --- a/resource/faq/FAQ_zh_cn.md +++ b/resource/faq/FAQ_zh_cn.md @@ -103,7 +103,7 @@ A:目前笔记本电脑或者有GPU的环境,都可以通过Docker镜像来 Q:MindSpore是否支持Windows 10? -A:MindSpore CPU版本已经支持在Windows 10系统中安装,具体安装步骤可以查阅[MindSpore官网教程](https://www.mindspore.cn/tutorial/zh-CN/master/advanced_use/mindspore_cpu_win_install.html)。 +A:MindSpore CPU版本已经支持在Windows 10系统中安装。 ### 编程语言扩展 -- Gitee