Changed all links to point to arduinojson.org

This commit is contained in:
Benoit Blanchon
2017-11-07 20:42:50 +01:00
parent 66667382e1
commit 221c2861fc
170 changed files with 188 additions and 677 deletions

View File

@ -64,7 +64,7 @@ void loop() {
if (client) {
bool success = readRequest(client);
if (success) {
// Use https://bblanchon.github.io/ArduinoJson/assistant/ to
// Use http://arduinojson.org/assistant/ to
// compute the right size for the buffer
StaticJsonBuffer<500> jsonBuffer;
JsonObject& json = prepareResponse(jsonBuffer);