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