Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 <l.burelli@arduino.cc>
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": "hristo@espressif.com",
88
"help": {
9-
"online": "http://esp32.com"
9+
"online": "https://esp32.com"
1010
},
1111
"platforms": [
1212
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /