Skip to content

Commit 9c4cbd8

Browse files
author
Federico Fissore
committed
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
1 parent cf17374 commit 9c4cbd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
With the Arduino WiFi Shield, this library allows an Arduino board to connect to the internet.
44

55
For more information about this library please visit us at
6-
http://arduino.cc/en/Reference/WiFi
6+
http://www.arduino.cc/en/Reference/WiFi
77

88
== License ==
99

examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
modified 13 Jan 2014
1414
by Federico Vanzati
1515
16-
http://arduino.cc/en/Tutorial/WifiWebClientRepeating
16+
http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
1717
This code is in the public domain.
1818
*/
1919

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=WiFi
2-
version=1.2.3
2+
version=1.2.4
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.
66
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
77
category=Communication
8-
url=http://arduino.cc/en/Reference/WiFi
8+
url=http://www.arduino.cc/en/Reference/WiFi
99
architectures=*

0 commit comments

Comments
 (0)