Merge branch 'docs/console_readme_links' into 'master'

docs(console): update broken link in console readme

Closes IDFGH-16978

See merge request espressif/esp-idf!44717
This commit is contained in:
Marius Vikhammer
2026-03-11 12:54:12 +08:00
+1 -1
View File
@@ -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.