Commit c061e88
authored
[skip-changelog] Correct Google TLD in
Previously, the `arduino-fwuploader certificates flash` example commands in the command line help and "Usage"
documentation used the domain `google.cc` for the download of the Google SSL certificate. Although it does work
(`google.cc` redirects to `google.com`), I suspect the use of the `.cc` TLD was accidental, originating from the correct
use of that TLD for the Arduino certificate domain.
The commands are hereby updated to use `google.com`.certificates flash example commands (#125)1 parent 382e20d commit c061e88
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments