From aaa10597d7c4f82a23fb97975382a221f378acec Mon Sep 17 00:00:00 2001 From: SirMarksomnian Date: Sat, 7 Feb 2015 12:13:03 +0100 Subject: [PATCH] Fix two broken links --- ...brary with Arduino.md => Using-the-library-with-Arduino.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Using the library with Arduino.md => Using-the-library-with-Arduino.md (91%) diff --git a/Using the library with Arduino.md b/Using-the-library-with-Arduino.md similarity index 91% rename from Using the library with Arduino.md rename to Using-the-library-with-Arduino.md index f751142..cdc7284 100644 --- a/Using the library with Arduino.md +++ b/Using-the-library-with-Arduino.md @@ -23,5 +23,5 @@ Just add the following line at the top of your program: Then follow the instructions: -1. [Parsing JSON](Parsin JSON) -2. [Generating JSON](Generating JSON) \ No newline at end of file +1. [Decoding JSON](Decoding JSON) +2. [Encoding JSON](Encoding JSON) \ No newline at end of file