From 4eea534d2a2d8fd629e22152f1c8957958ba8c9c Mon Sep 17 00:00:00 2001 From: James Sutton Date: Wed, 30 Aug 2017 11:25:13 +0100 Subject: [PATCH] Fixing Documentation link in README.md Signed-off-by: James Sutton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e67fccd..66dfec7a 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ apt-get install gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 ## Usage and API -Detailed API documentation is available by building the Doxygen docs in the ``doc`` directory. A [snapshot is also available online](http://www.eclipse.org/paho/files/mqttdoc/Cclient/index.html). +Detailed API documentation is available by building the Doxygen docs in the ``doc`` directory. A [snapshot is also available online](https://www.eclipse.org/paho/files/mqttdoc/MQTTClient/html/index.html). Samples are available in the Doxygen docs and also in ``src/samples`` for reference.