docs(console): update broken link in console readme

Closes https://github.com/espressif/esp-idf/issues/18030
This commit is contained in:
Marius Vikhammer
2025-12-31 15:34:14 +08:00
parent 5c0c17231c
commit a24f2be40e
+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.