From d870be93ec8592245a636a8c2f5ce00189126923 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 19 Jun 2017 02:27:23 -0700 Subject: [PATCH] Update links - the Decoding and Encoding pages have been moved from the wiki --- Quick-Start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Quick-Start.md b/Quick-Start.md index d59f634..e3c6091 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -15,7 +15,7 @@ double latitude = root["data"][0]; double longitude = root["data"][1]; ``` -[See complete guide](Decoding-JSON) +[See complete guide](https://bblanchon.github.io/ArduinoJson/doc/decoding/) #### Encoding / Generating @@ -35,4 +35,4 @@ root.printTo(Serial); // {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]} ``` -[See complete guide](Encoding-JSON) \ No newline at end of file +[See complete guide](https://bblanchon.github.io/ArduinoJson/doc/encoding/) \ No newline at end of file