From 9b0475de347d2c05250459cf2e93119691e4c0de Mon Sep 17 00:00:00 2001 From: Marek Fiala Date: Mon, 5 Jan 2026 16:24:59 +0100 Subject: [PATCH] docs(tools): Made static link for config profile files Made the reference link to v5.5 to reflect the correct example, as in later version the example was changed. --- docs/en/api-guides/tools/idf-py.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/api-guides/tools/idf-py.rst b/docs/en/api-guides/tools/idf-py.rst index 9a0ac5726d..9a55f6608a 100644 --- a/docs/en/api-guides/tools/idf-py.rst +++ b/docs/en/api-guides/tools/idf-py.rst @@ -405,7 +405,7 @@ Then the command can be executed as: ``idf.py "@custom_flash.txt" monitor`` Arguments from a file can be combined with additional command line arguments, and multiple files annotated with ``@`` can be used simultaneously. For instance, if there is a second file ``another_config.txt``, both can be utilized by specifying ``idf.py "@custom_flash.txt" "@another_config.txt" monitor``. -A further example of how this argument file can be used, e.g., creating configuration profile files via @filename, is in the :example_file:`Multiple Build Configurations Example `. +A further example of how this argument file can be used, e.g., creating configuration profile files via @filename, is in the `Create configuration profile files `_ paragraph in Multiple Build Configurations Example. Extending ``idf.py`` ==================== @@ -517,3 +517,4 @@ Basic Usage Examples .. _CCache: https://ccache.dev/ .. _click context: https://click.palletsprojects.com/en/stable/api/#context .. _CMake presets: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html +.. _profile_file: https://github.com/espressif/esp-idf/tree/release/v5.5/examples/build_system/cmake/multi_config#create-configuration-profile-files-via-filename