Merge branch 'docs/fix-kconfserver-link_v5.2' into 'release/v5.2'

docs: Fix link to the kconfserver documentation (v5.2)

See merge request espressif/esp-idf!38907
This commit is contained in:
Roland Dobai
2025-05-06 18:29:21 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1502,7 +1502,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 <https://github.com/espressif/esp-idf-kconfig/blob/master/docs/DOCUMENTATION.md>`_.
For more information about ``kconfserver``, see the `esp-idf-kconfig documentation <https://docs.espressif.com/projects/esp-idf-kconfig/en/latest/kconfserver/index.html>`_.
Build System Internals

View File

@ -1502,7 +1502,7 @@ JSON 配置服务器
你可以通过 ``idf.py confserver````ninja kconfserver`` 从项目中运行 ``kconfserver``,也可以使用不同的构建生成器来触发类似的目标。
有关 kconfserver 的更多信息,请参阅 `esp-idf-kconfig 文档 <https://github.com/espressif/esp-idf-kconfig/blob/master/docs/DOCUMENTATION.md>`_。
有关 kconfserver 的更多信息,请参阅 `esp-idf-kconfig 文档 <https://docs.espressif.com/projects/esp-idf-kconfig/en/latest/kconfserver/index.html>`_。
构建系统内部