diff --git a/docs/mindspore/source_en/faq/implement_problem.md b/docs/mindspore/source_en/faq/implement_problem.md
index aedf5385bad3bd35d284937204e5fac4f90432fd..18387595ae84d686fff591264609d12e4fd77504 100644
--- a/docs/mindspore/source_en/faq/implement_problem.md
+++ b/docs/mindspore/source_en/faq/implement_problem.md
@@ -299,7 +299,7 @@ A: This issue is a memory shortage problem caused by too much memory usage, whic
- Set the value of `batch_size` too large. Solution: Reduce the value of `batch_size`.
- Introduce the abnormally large `parameter`, for example, a single data shape is [640,1024,80,81]. The data type is float32, and the single data size is over 15G. In this way, the two data with the similar size are added together, and the memory occupied is over 3*15G, which easily causes `Out of Memory`. Solution: Check the `shape` of the parameter. If it is abnormally large, the shape can be reduced.
-- If the following operations cannot solve the problem, you can raise the problem on the [official forum](https://www.hiascend.com/forum/forum-0106101385921175002-1.html), and there are dedicated technical personnels for help.
+- If the following operations cannot solve the problem, you can raise the problem on the [official forum](https://discuss.mindspore.cn/), and there are dedicated technical personnels for help.
diff --git a/docs/mindspore/source_zh_cn/faq/implement_problem.md b/docs/mindspore/source_zh_cn/faq/implement_problem.md
index f29f3465e132dcb2d18cc2695c6c977c325c8403..2f462fc0da5d3415fca7bfde89dff7ff2f9569ed 100644
--- a/docs/mindspore/source_zh_cn/faq/implement_problem.md
+++ b/docs/mindspore/source_zh_cn/faq/implement_problem.md
@@ -299,7 +299,7 @@ A: 此问题属于内存占用过多导致的内存不够问题,可能原因
- `batch_size`的值设置过大。解决办法: 将`batch_size`的值设置减小。
- 引入了异常大的`Parameter`,例如单个数据shape为[640,1024,80,81],数据类型为float32,单个数据大小超过15G,这样差不多大小的两个数据相加时,占用内存超过3*15G,容易造成`Out of Memory`。解决办法: 检查参数的`shape`,如果异常过大,减少shape。
-- 如果以上操作还是未能解决,可以上[官方论坛](https://www.hiascend.com/forum/forum-0106101385921175002-1.html)发帖提出问题,将会有专门的技术人员帮助解决。
+- 如果以上操作还是未能解决,可以上[官方论坛](https://discuss.mindspore.cn/)发帖提出问题,将会有专门的技术人员帮助解决。
diff --git a/tutorials/source_en/beginner/introduction.md b/tutorials/source_en/beginner/introduction.md
index def7d97943c7e4bcaf7e48d3d663571553da4cdb..f28ee4dabd09d74dfda0704309f302a417f36513 100644
--- a/tutorials/source_en/beginner/introduction.md
+++ b/tutorials/source_en/beginner/introduction.md
@@ -52,4 +52,4 @@ Welcome every developer to the MindSpore community and contribute to this all-sc
- [MindSpore GitHub](https://github.com/mindspore-ai/mindspore): MindSpore code image of Gitee. Developers who are accustomed to using GitHub can learn MindSpore and view the latest code implementation here.
-- **MindSpore forum**: We are dedicated to serving every developer. You can find your voice in MindSpore, regardless of whether you are an entry-level developer or a master. Let's learn and grow together. ([Learn more](https://www.hiascend.com/forum/forum-0106101385921175002-1.html))
+- **MindSpore forum**: We are dedicated to serving every developer. You can find your voice in MindSpore, regardless of whether you are an entry-level developer or a master. Let's learn and grow together. ([Learn more](https://discuss.mindspore.cn/))
diff --git a/tutorials/source_zh_cn/beginner/introduction.ipynb b/tutorials/source_zh_cn/beginner/introduction.ipynb
index dc729744c685f682e05e81d0dc00303d419229b7..7c4c3cdd441e4355c2e29806be3f64def4935a6c 100644
--- a/tutorials/source_zh_cn/beginner/introduction.ipynb
+++ b/tutorials/source_zh_cn/beginner/introduction.ipynb
@@ -67,7 +67,7 @@
"\n",
" - [MindSpore GitHub](https://github.com/mindspore-ai/mindspore):Gitee的MindSpore代码镜像,习惯用GitHub的开发者可以在这里进行MindSpore的学习,查看最新代码实现!\n",
"\n",
- "- **昇思MindSpore 论坛**:我们努力地服务好每一个开发者,在昇思MindSpore中,无论是入门开发者还是高手大咖都能找到知音,共同学习,共同成长!([了解更多](https://www.hiascend.com/forum/forum-0106101385921175002-1.html))"
+ "- **昇思MindSpore 论坛**:我们努力地服务好每一个开发者,在昇思MindSpore中,无论是入门开发者还是高手大咖都能找到知音,共同学习,共同成长!([了解更多](https://discuss.mindspore.cn/))"
]
}
],