diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst
index d8eba30e30..b39a0f7987 100644
--- a/docs/en/get-started/index.rst
+++ b/docs/en/get-started/index.rst
@@ -318,3 +318,5 @@ Related Documents
* `ESP-IDF Installation Manager (EIM) documentation `_
* `Espressif-IDE (ESP-IDF Eclipse Plugin) GitHub repository `_
* `ESP-IDF Extension for VS Code GitHub repository `_
+
+.. _Stable version: https://docs.espressif.com/projects/esp-idf/en/stable/
diff --git a/docs/zh_CN/get-started/index.rst b/docs/zh_CN/get-started/index.rst
index 709af12a04..e5f4638050 100644
--- a/docs/zh_CN/get-started/index.rst
+++ b/docs/zh_CN/get-started/index.rst
@@ -318,3 +318,5 @@ EIM 提供两种安装方式:
* `ESP-IDF 安装管理器 (EIM) 文档 `_
* `Espressif-IDE (ESP-IDF Eclipse 插件) GitHub 仓库 `_
* `VSCode ESP-IDF 扩展 GitHub 仓库 `_
+
+.. _稳定版本: https://docs.espressif.com/projects/esp-idf/zh_CN/stable/
diff --git a/tools/docs/gen_version_specific_includes.py b/tools/docs/gen_version_specific_includes.py
index 7ed09a2e67..02c5064205 100755
--- a/tools/docs/gen_version_specific_includes.py
+++ b/tools/docs/gen_version_specific_includes.py
@@ -58,7 +58,7 @@ TEMPLATES = {
.. note::
这是 ESP-IDF master 分支(最新版本)的文档,该版本在持续开发中。还有
- `Stable version`_ 的文档,以及其他版本的文档 :doc:`/versions` 供参考。
+ `稳定版本`_ 的文档,以及其他版本的文档 :doc:`/versions` 供参考。
""",
'stable': """
.. note::