From d5a0b41cab79750f44d0822960490ceeacb8aec9 Mon Sep 17 00:00:00 2001 From: zhangyi Date: Fri, 25 Mar 2022 09:54:04 +0800 Subject: [PATCH] Correct the English link --- tutorials/source_en/beginner/introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/source_en/beginner/introduction.ipynb b/tutorials/source_en/beginner/introduction.ipynb index 4e305ef066..08a2523e9b 100644 --- a/tutorials/source_en/beginner/introduction.ipynb +++ b/tutorials/source_en/beginner/introduction.ipynb @@ -17,7 +17,7 @@ "\n", "The following figure shows the overall MindSpore architecture:\n", "\n", - "![MindSpore](https://gitee.com/mindspore/docs/raw/master/tutorials/source_en/beginner/images/introduction2.png)\n", + "![MindSpore-arch](https://gitee.com/mindspore/docs/raw/master/tutorials/source_en/beginner/images/introduction2.png)\n", "\n", "- **ModelZoo**: ModelZoo provides available deep learning algorithm networks, and more developers are welcome to contribute new networks ([ModelZoo](https://gitee.com/mindspore/models)).\n", "- **Extend**: The expansion package of MindSpore expands the support of new fields, such as GNN/deep probabilistic programming/reinforcement learning, etc. We look forward to more developers to contribute and build together.\n", -- Gitee