Skip to content

Commit 77f8323

Browse files
committed
fix(package_index): Use HTTPS paths for all links
The package index uses secure HTTPS links to all resources, but still uses an unsecure HTTP link for the help online URL. Fix this. Signed-off-by: Luca Burelli <[email protected]>
1 parent 13cd0d3 commit 77f8323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/package_esp32_index.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"websiteURL": "https://github.com/espressif/arduino-esp32",
77
"email": "[email protected]",
88
"help": {
9-
"online": "http://esp32.com"
9+
"online": "https://esp32.com"
1010
},
1111
"platforms": [
1212
{

0 commit comments

Comments
 (0)