diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index 16fc50b9ef..2f1e48ae88 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -1501,7 +1501,7 @@ A tool called ``kconfserver`` is provided to allow IDEs to easily integrate with You can run ``kconfserver`` from a project via ``idf.py confserver`` or ``ninja kconfserver``, or a similar target triggered from a different build generator. -For more information about ``kconfserver``, see the `esp-idf-kconfig documentation `_. +For more information about ``kconfserver``, see the `esp-idf-kconfig documentation `_. Build System Internals diff --git a/docs/zh_CN/api-guides/build-system.rst b/docs/zh_CN/api-guides/build-system.rst index feb026595c..4f07931768 100644 --- a/docs/zh_CN/api-guides/build-system.rst +++ b/docs/zh_CN/api-guides/build-system.rst @@ -1501,7 +1501,7 @@ JSON 配置服务器 你可以通过 ``idf.py confserver`` 或 ``ninja kconfserver`` 从项目中运行 ``kconfserver``,也可以使用不同的构建生成器来触发类似的目标。 -有关 kconfserver 的更多信息,请参阅 `esp-idf-kconfig 文档 `_。 +有关 kconfserver 的更多信息,请参阅 `esp-idf-kconfig 文档 `_。 构建系统内部