Update project url

This commit is contained in:
Nick O'Leary 2015-09-09 20:52:20 +01:00
parent aa9afc7b44
commit 15a0e41c81
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ a server that supports MQTT.
The library comes with a number of example sketches. See File > Examples > PubSubClient
within the Arduino application.
Full API documentation is available here: http://knolleary.github.io/pubsubclient/
Full API documentation is available here: http://pubsubclient.knolleary.net
## Limitations

View File

@ -5,5 +5,5 @@ maintainer=Nick O'Leary <nick.oleary@gmail.com>
sentence=A client library for MQTT messaging.
paragraph=MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It supports the latest MQTT 3.1.1 protocol and can be configured to use the older MQTT 3.1 if needed. It supports all Arduino Ethernet Client compatible hardware, including the Intel Galileo/Edison, ESP8266 and TI CC3000.
category=Communication
url=http://knolleary.github.io/pubsubclient/
url=http://pubsubclient.knolleary.net
architectures=*