8000 Updated links to arduinojson.org · java64/ArduinoJson@c3f51e2 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3f51e2

Browse files
committed
Updated links to arduinojson.org
1 parent de47c0a commit c3f51e2

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ArduinoJson is a C++ JSON library for Arduino and IoT (Internet Of Things).
2020
* [100% code coverage](https://coveralls.io/github/bblanchon/ArduinoJson)
2121
* [Header-only library](https://en.wikipedia.org/wiki/Header-only)
2222
* [MIT License](https://en.wikipedia.org/wiki/MIT_License)
23-
* [Comprehensive documentation](https://arduinojson.org)
23+
* [Comprehensive documentation](https://arduinojson.org?utm_source=readme)
2424

2525
## Compatibility
2626

@@ -69,7 +69,7 @@ double latitude = root["data"][0];
6969
double longitude = root["data"][1];
7070
```
7171

72-
See the [tutorial on arduinojson.org](http://arduinojson.org/doc/decoding/)
72+
See the [tutorial on arduinojson.org](https://arduinojson.org/doc/decoding/?utm_source=readme)
7373

7474
### Serialization
7575

@@ -91,17 +91,20 @@ root.printTo(Serial);
9191
// {"sensor":"gps","time":1351824120,"data":[48.756080,2.302038]}
9292
```
9393

94-
See the [tutorial on arduinojson.org](http://arduinojson.org/doc/encoding/)
94+
See the [tutorial on arduinojson.org](https://arduinojson.org/doc/encoding/?utm_source=readme)
9595

9696
## Documentation
9797

98-
The documentation is available on [arduinojson.org](https://arduinojson.org/), here are some shortcuts:
98+
The documentation is available on [arduinojson.org](https://arduinojson.org/?utm_source=readme), here are some shortcuts:
9999

100-
* The [Examples](https://arduinojson.org/example/) show how to use the library in various situations.
101-
* The [API Reference](https://arduinojson.org/api/) contains the description of each class and function.
102-
* The [FAQ](https://arduinojson.org/faq/) has the answer to virtually all questions.
103-
* The [ArduinoJson Assistant](https://arduinojson.org/assistant/) writes programs for you!
100+
* The [Examples](https://arduinojson.org/example/?utm_source=readme) show how to use the library in various situations.
101+
* The [API Reference](https://arduinojson.org/api/?utm_source=readme) contains the description of each class and function.
102+
* The [FAQ](https://arduinojson.org/faq/?utm_source=readme) has the answer to virtually every question.
103+
* The [ArduinoJson Assistant](https://arduinojson.org/assistant/?utm_source=readme) writes programs for you!
104104

105105
---
106106

107-
Do you like this library? Please [star this project on GitHub](https://github.com/bblanchon/ArduinoJson/stargazers)!
107+
Do you like this library? Please [star this project on GitHub](https://github.com/bblanchon/ArduinoJson/stargazers)!
108+
109+
What? You don't like it but you *love* it?
110+
We don't take donations anymore, but [we sell a book](https://arduinojson.org/book/?utm_source=readme), so you can help and learn at the same time!

0 commit comments

Comments
 (0)
0