From 15af38b089a710d1332447f40d55ea21be32e112 Mon Sep 17 00:00:00 2001 From: Peter Polidoro Date: Tue, 27 Oct 2015 14:00:15 -0400 Subject: [PATCH] Updated Quick Start (markdown) --- Quick-Start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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