diff --git a/README.md b/README.md index f19fa408..83176919 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library.properties b/library.properties index 8a75e093..e0a39401 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Nick O'Leary 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=*