Skip to content

Commit 450afd1

Browse files
committed
Merge branch 'docs/fix-kconfserver-link' into 'master'
docs: Fix link to the kconfserver documentation Closes IDF-12779 See merge request espressif/esp-idf!38208
2 parents 081de6d + 253722b commit 450afd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/api-guides/build-system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ A tool called ``kconfserver`` is provided to allow IDEs to easily integrate with
15361536

15371537
You can run ``kconfserver`` from a project via ``idf.py confserver`` or ``ninja kconfserver``, or a similar target triggered from a different build generator.
15381538

1539-
For more information about ``kconfserver``, see the `esp-idf-kconfig documentation <https://github.com/espressif/esp-idf-kconfig/blob/master/docs/DOCUMENTATION.md>`_.
1539+
For more information about ``kconfserver``, see the `esp-idf-kconfig documentation <https://docs.espressif.com/projects/esp-idf-kconfig/en/latest/kconfserver/index.html>`_.
15401540

15411541

15421542
Build System Internals

docs/zh_CN/api-guides/build-system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ JSON 配置服务器
15361536

15371537
你可以通过 ``idf.py confserver`` 或 ``ninja kconfserver`` 从项目中运行 ``kconfserver``,也可以使用不同的构建生成器来触发类似的目标。
15381538

1539-
有关 kconfserver 的更多信息,请参阅 `esp-idf-kconfig 文档 <https://github.com/espressif/esp-idf-kconfig/blob/master/docs/DOCUMENTATION.md>`_。
1539+
有关 kconfserver 的更多信息,请参阅 `esp-idf-kconfig 文档 <https://docs.espressif.com/projects/esp-idf-kconfig/en/latest/kconfserver/index.html>`_。
15401540

15411541

15421542
构建系统内部

0 commit comments

Comments
 (0)