Skip to content

Commit 5611368

Browse files
authored
Merge pull request #11790 from pillo79/pr-fix-http-path
fix(package_index): Use HTTPS URL for online help link
2 parents 7ad749b + 77f8323 commit 5611368

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)