We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b029b2a commit 5c8c353Copy full SHA for 5c8c353
app/src/processing/app/UpdateCheck.java
@@ -51,7 +51,7 @@
51
*/
52
public class UpdateCheck implements Runnable {
53
Base base;
54
- String downloadURL = tr("http://www.arduino.cc/latest.txt");
+ String downloadURL = tr("https://www.arduino.cc/latest.txt");
55
56
static final long ONE_DAY = 24 * 60 * 60 * 1000;
57
@@ -116,7 +116,7 @@ public void run() {
116
options,
117
options[0]);
118
if (result == JOptionPane.YES_OPTION) {
119
- Base.openURL(tr("http://www.arduino.cc/en/Main/Software"));
+ Base.openURL(tr("https://www.arduino.cc/en/Main/Software"));
120
}
121
122
0 commit comments