mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +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:
@ -16,7 +16,7 @@ my $verbose = 1;
|
||||
my $CURL_OPTIONS = "--silent --show-error -u $user:$pass";
|
||||
|
||||
my $ARDUINO = 'http://edit.arduino.cc/en_ref'; # base url for reference site
|
||||
my $PUBLIC = 'http://arduino.cc/en'; # base url for public site
|
||||
my $PUBLIC = 'http://www.arduino.cc/en'; # base url for public site
|
||||
|
||||
my %downloaded = (); # keep track of the pages we download
|
||||
|
||||
|
Reference in New Issue
Block a user