diff --git a/Quick-Start.md b/Quick-Start.md index a6b8055..887a91c 100644 --- a/Quick-Start.md +++ b/Quick-Start.md @@ -13,7 +13,7 @@ double latitude = root["data"][0]; double longitude = root["data"][1]; -[See complete guide](/doc/Decoding JSON.md) +[See complete guide](../Decoding-JSON) #### Encoding / Generating @@ -31,4 +31,4 @@ // This prints: // {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]} -[See complete guide](/doc/Encoding JSON.md) \ No newline at end of file +[See complete guide](../Encoding-JSON) \ No newline at end of file