From a24f2be40e5732cbefe06b26a3cc186461cac3b8 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 31 Dec 2025 15:34:14 +0800 Subject: [PATCH] docs(console): update broken link in console readme Closes https://github.com/espressif/esp-idf/issues/18030 --- examples/system/console/basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/console/basic/README.md b/examples/system/console/basic/README.md index b45a9c0e67..d7d495a3e6 100644 --- a/examples/system/console/basic/README.md +++ b/examples/system/console/basic/README.md @@ -138,7 +138,7 @@ Press TAB when typing command name to auto-complete. ### Line Endings -The line endings in the Console Example are configured to match particular serial monitors. Therefore, if the following log output appears, consider using a different serial monitor (e.g. Putty for Windows) or modify the example's [UART configuration](#Configuring-UART-and-VFS). +The line endings in the Console Example are configured to match particular serial monitors. Therefore, if the following log output appears, consider using a different serial monitor (e.g. Putty for Windows) or see [console/advanced](../advanced/main/console_settings.c) for how to initialize a console with custom settings. ``` This is an example of ESP-IDF console component.