10000 Added campaign information in links · java64/ArduinoJson@fbfdca1 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbfdca1

Browse files
committed
Added campaign information in links
1 parent 0612eef commit fbfdca1

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

README.md

Lines changed: 9 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?utm_source=readme)
23+
* [Comprehensive documentation](https://arduinojson.org?utm_source=github&utm_medium=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](https://arduinojson.org/doc/decoding/?utm_source=readme)
72+
See the [tutorial on arduinojson.org](https://arduinojson.org/doc/decoding/?utm_source=github&utm_medium=readme)
7373

7474
### Serialization
7575

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

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

9696
## Documentation
9797

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

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

105105
---
106106

107107
Do you like this library? Please [star this project on GitHub](https://github.com/bblanchon/ArduinoJson/stargazers)!
108108

109109
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!
110+
We don't take donations anymore, but [we sell a book](https://arduinojson.org/book/?utm_source=github&utm_medium=readme), so you can help and learn at the same time!

SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ We'll be very happy to help you, but first please read the following.
66

77
## Before asking for help
88

9-
1. Read the [FAQ](https://arduinojson.org/faq/)
10-
2. Search in the [API Reference](https://arduinojson.org/api/)
9+
1. Read the [FAQ](https://arduinojson.org/faq/?utm_source=github&utm_medium=support)
10+
2. Search in the [API Reference](https://arduinojson.org/api/?utm_source=github&utm_medium=support)
1111

1212
If you did not find the answer, please create a [new issue on GitHub](https://github.com/bblanchon/ArduinoJson/issues/new).
1313

library.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ArduinoJson",
33
"keywords": "json, rest, http, web",
44
"description": "An elegant and efficient JSON library for embedded systems",
5+
"homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/bblanchon/ArduinoJson.git"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=An efficient and elegant JSON library for Arduino.
66
paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.
77
category=Data Processing
8-
url=https://arduinojson.org/
8+
url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties
99
architectures=*

0 commit comments

Comments
 (0)
0