Fixing Documentation link in README.md

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
James Sutton 2017-08-30 11:25:13 +01:00
parent 94cc8f431c
commit 4eea534d2a
No known key found for this signature in database
GPG Key ID: 8C4D7C31C3124A9B
1 changed files with 1 additions and 1 deletions

View File

@ -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.