From c9299b58b7869937668db177ed8d072f6d369446 Mon Sep 17 00:00:00 2001 From: X-Ryl669 Date: Fri, 23 Aug 2024 18:01:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d3d9a..93c01d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains a complete MQTT v5.0 client that's optimized for code s This is, to my knowledge, the smallest (and complete!) MQTT v5.0 client for embedded system with a binary size down to less than 17kB on ESP32 (and less than 75kB on MacOSX). MQTT v5.0 is a more complex protocol than MQTT v3.1.1, with the addition of properties in each packet and authentication subsystem. -If you wonder what MQTT is (or isn't), feel free to consult [this page](https://blog.cyril.by/fr/documentation/emqtt5-doc/mqtt-minimal-knowledge). +If you wonder what MQTT is (or isn't), feel free to consult [this page](https://blog.cyril.by/en/documentation/emqtt5-doc/mqtt-minimal-knowledge). ## Why another MQTT client ?