Added "https://" prefix to all URLs so they are clickable in VS Code

This commit is contained in:
Benoit Blanchon
2021-03-29 17:14:01 +02:00
parent c81e8fc93a
commit d5d2209d09
321 changed files with 334 additions and 334 deletions

View File

@ -1,4 +1,4 @@
// ArduinoJson - arduinojson.org
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// MIT License
//
@ -46,7 +46,7 @@ void setup() {
void loop() {
// Allocate a temporary JsonDocument
// Use arduinojson.org/v6/assistant to compute the capacity.
// Use https://arduinojson.org/v6/assistant to compute the capacity.
StaticJsonDocument<500> doc;
// Create the "analog" array