mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
This commit is contained in:
@@ -1286,7 +1286,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
item = new JMenuItem(_("Visit Arduino.cc"));
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
Base.openURL(_("http://arduino.cc/"));
|
||||
Base.openURL(_("http://www.arduino.cc/"));
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
|
@@ -6,7 +6,7 @@
|
||||
"websiteURL": "http://www.arduino.cc/",
|
||||
"email": "packages@arduino.cc",
|
||||
"help": {
|
||||
"online": "http://arduino.cc/en/Reference/HomePage"
|
||||
"online": "http://www.arduino.cc/en/Reference/HomePage"
|
||||
},
|
||||
"platforms": [
|
||||
{
|
||||
@@ -58,7 +58,7 @@
|
||||
"version": "1.6.3",
|
||||
"category": "Arduino",
|
||||
"help": {
|
||||
"online": "http://arduino.cc/en/Reference/HomePage"
|
||||
"online": "http://www.arduino.cc/en/Reference/HomePage"
|
||||
},
|
||||
"url": "http://downloads.arduino.cc/cores/avr-1.6.3.tar.bz2",
|
||||
"archiveFileName": "avr-1.6.3.tar.bz2",
|
||||
@@ -104,7 +104,7 @@
|
||||
"version": "1.6.4",
|
||||
"category": "Arduino",
|
||||
"help": {
|
||||
"online": "http://arduino.cc/en/Reference/HomePage"
|
||||
"online": "http://www.arduino.cc/en/Reference/HomePage"
|
||||
},
|
||||
"url": "http://downloads.arduino.cc/cores/avr-1.6.4.tar.bz2",
|
||||
"archiveFileName": "avr-1.6.4.tar.bz2",
|
||||
@@ -150,7 +150,7 @@
|
||||
"version": "1.6.5",
|
||||
"category": "Arduino",
|
||||
"help": {
|
||||
"online": "http://arduino.cc/en/Reference/HomePage"
|
||||
"online": "http://www.arduino.cc/en/Reference/HomePage"
|
||||
},
|
||||
"url": "http://downloads.arduino.cc/cores/avr-1.6.5.tar.bz2",
|
||||
"archiveFileName": "avr-1.6.5.tar.bz2",
|
||||
@@ -196,7 +196,7 @@
|
||||
"version": "1.6.6",
|
||||
"category": "Arduino",
|
||||
"help": {
|
||||
"online": "http://arduino.cc/en/Reference/HomePage"
|
||||
"online": "http://www.arduino.cc/en/Reference/HomePage"
|
||||
},
|
||||
"url": "http://downloads.arduino.cc/cores/avr-1.6.6.tar.bz2",
|
||||
"archiveFileName": "avr-1.6.6.tar.bz2",
|
||||
|
Reference in New Issue
Block a user