From aa4e9d5795c16f14379116b1efb7ab86e2e65e41 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Tue, 16 Jan 2024 08:37:13 +0100 Subject: [PATCH] fix(mqtt_cxx): Incorrect documentation link - Link in the component README was incorrect. Fixes #486 --- components/esp_mqtt_cxx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_mqtt_cxx/README.md b/components/esp_mqtt_cxx/README.md index 53cb7244ba..bc8320d54e 100644 --- a/components/esp_mqtt_cxx/README.md +++ b/components/esp_mqtt_cxx/README.md @@ -10,4 +10,4 @@ Get started with [examples](https://github.com/espressif/esp-protocols/tree/mast ## Documentation -* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/docs/latest/esp_mqtt_cxx/index.html) +* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/esp_mqtt_cxx/docs/latest/index.html)