From 367a469911d1cd808cca41fb84a875c9f54b100b Mon Sep 17 00:00:00 2001 From: NSBum Date: Tue, 14 Apr 2026 05:33:57 -0400 Subject: [PATCH] docs: fix documentation link The previously-provided documentation link was 404. Closes https://github.com/espressif/esp-mqtt/pull/329 Signed-off-by: Euripedes Rocha Filho --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46f80b..c956b47 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ESP-MQTT is available through the [ESP-IDF Component Manager](https://components ## Documentation -- Documentation of ESP-MQTT API: +- Documentation of ESP-MQTT API: ## License