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:
@ -13,7 +13,7 @@ cd reference
|
||||
perl ../create_reference.pl || die 'unable to create local reference pages'
|
||||
|
||||
mkdir img
|
||||
curl http://arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
|
||||
curl http://www.arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
|
||||
|
||||
cd ..
|
||||
zip -r shared/reference.zip reference || die 'unable to create reference.zip archive'
|
||||
|
Reference in New Issue
Block a user