8000 Updated links to the book · janelia-arduino/ArduinoJson@de47c0a · GitHub
[go: up one dir, main page]

Skip to content

Commit de47c0a

Browse files
committed
Updated links to the book
1 parent e53e4e3 commit de47c0a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/JsonConfigFile/JsonConfigFile.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ void loop() {
141141
// The book "Mastering ArduinoJson" contains a case study of a project that has
142142
// a complex configuration with nested members.
143143
// Contrary to this example, the project in the book uses the SPIFFS filesystem.
144-
// Please check it out at: https://leanpub.com/arduinojson/
144+
// Please check it out at: https://arduinojson.org/book/

examples/JsonGeneratorExample/JsonGeneratorExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ void loop() {
7878
// The book "Mastering ArduinoJson" contains a tutorial on serialization.
7979
// It begins with a simple example, like the one above, and then adds more
8080
// features like serializing directly to a file or an HTTP request.
81-
// Please check it out at: https://leanpub.com/arduinojson/
81+
// Please check it out at: https://arduinojson.org/book/

examples/JsonHttpClient/JsonHttpClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ void loop() {
109109
// showing how to parse the response from Yahoo Weather. In the last chapter,
110110
// it shows how to parse the huge documents from OpenWeatherMap
111111
// and Weather Underground.
112-
// Please check it out at: https://leanpub.com/arduinojson/
112+
// Please check it out at: https://arduinojson.org/book/

examples/JsonParserExample/JsonParserExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ void loop() {
7575
// The book "Mastering ArduinoJson" contains a tutorial on deserialization.
7676
// It begins with a simple example, like the one above, and then adds more
7777
// features like deserializing directly from a file or an HTTP request.
78-
// Please check it out at: https://leanpub.com/arduinojson/
78+
// Please check it out at: https://arduinojson.org/book/

examples/JsonServer/JsonServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ void loop() {
106106
// The book "Mastering ArduinoJson" contains a tutorial on serialization.
107107
// It begins with a simple example, then adds more features like serializing
108108
// directly to a file or an HTTP client.
109-
// Please check it out at: https://leanpub.com/arduinojson/
109+
// Please check it out at: https://arduinojson.org/book/

examples/JsonUdpBeacon/JsonUdpBeacon.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ void loop() {
9898
// The book "Mastering ArduinoJson" contains a tutorial on serialization.
9999
// It begins with a simple example, then adds more features like serializing
100100
// directly to a file or any stream.
101-
// Please check it out at: https://leanpub.com/arduinojson/
101+
// Please check it out at: https://arduinojson.org/book/

examples/ProgmemExample/ProgmemExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ void loop() {
6464
// The book "Mastering ArduinoJson" contains a quick C++ course that explains
6565
// how your microcontroller stores strings in memory. It also tells why you
6666
// should not abuse Flash strings with ArduinoJson.
67-
// Please check it out at: https://leanpub.com/arduinojson/
67+
// Please check it out at: https://arduinojson.org/book/

examples/StringExample/StringExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ void loop() {
6868
// The book "Mastering ArduinoJson" contains a quick C++ course that explains
6969
// how your microcontroller stores strings in memory. On several occasions, it
7070
// shows how you can avoid String in your program.
71-
// Please check it out at: https://leanpub.com/arduinojson/
71+
// Please check it out at: https://arduinojson.org/book/

0 commit comments

Comments
 (0)
0