From a021e81111cac30dc2eba5dbbbe5f13c59bea700 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Wed, 22 May 2019 11:50:00 +0100 Subject: [PATCH] Fix link #197 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d7a789..bd3ddcd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Paho reflects the inherent physical and cost constraints of device connectivity. ### Downloading -A zip file containing the full and a minified version the Javascript client can be downloaded from the [Paho downloads page](https://projects.eclipse.org/projects/technology.paho/downloads) +A zip file containing the full and a minified version the Javascript client can be downloaded from the [Paho downloads page](https://projects.eclipse.org/projects/iot.paho/downloads) Alternatively the Javascript client can be downloaded directly from the projects git repository: [https://raw.githubusercontent.com/eclipse/paho.mqtt.javascript/master/src/paho-mqtt.js](https://raw.githubusercontent.com/eclipse/paho.mqtt.javascript/master/src/paho-mqtt.js). @@ -111,4 +111,4 @@ function onMessageArrived(message) { ## Breaking Changes Previously the Client's Namepsace was `Paho.MQTT`, as of version 1.1.0 (develop branch) this has now been simplified to `Paho`. -You should be able to simply do a find and replace in your code to resolve this, for example all instances of `Paho.MQTT.Client` will now be `Paho.Client` and `Paho.MQTT.Message` will be `Paho.Message`. \ No newline at end of file +You should be able to simply do a find and replace in your code to resolve this, for example all instances of `Paho.MQTT.Client` will now be `Paho.Client` and `Paho.MQTT.Message` will be `Paho.Message`.