dwyl / learn-aws-iot

:bulb: Learn how to use Amazon Web Services Internet of Things (IoT) service to build connected applications.
GNU General Public License v2.0
101 stars 29 forks source link

Paho MQTT client library link is broken #26

Open mstfldmr opened 5 years ago

mstfldmr commented 5 years ago

you should use <script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.js" type="text/javascript"></script> in line 19 of index.html

nelsonic commented 5 years ago

@mstfldmr thanks for sharing. If you have time to create a Pull Request, we are glad to merge it. 👍