10000 Due to website configuration changes, every url starting with http://… · ArduinoLibrariesForks/GSM@89b7e18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89b7e18

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 1fe4752 commit 89b7e18

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
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 GSM Shield, this library enables an Arduino board to do most of the operations you can do with a GSM phone: place and receive voice calls, send and receive SMS, and connect to the internet over a GPRS network.
44

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

88
== License ==
99
Copyright (c) 2012 Telefónica Digital - PDI - Physical Internet Lab

examples/GsmWebClient/GsmWebClient.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Web client
33
44
This sketch connects to a website through a GSM shield. Specifically,
5-
this example downloads the URL "http://arduino.cc/asciilogo.txt" and
5+
this example downloads the URL "http://www.arduino.cc/asciilogo.txt" and
66
prints it to the Serial monitor.
77
88
Circuit:
@@ -12,7 +12,7 @@
1212
created 8 Mar 2012
1313
by Tom Igoe
1414
15-
http://arduino.cc/en/Tutorial/GSMExamplesWebClient
15+
http://www.arduino.cc/en/Tutorial/GSMExamplesWebClient
1616
1717
*/
1818

examples/ReceiveSMS/ReceiveSMS.ino

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

examples/ReceiveVoiceCall/ReceiveVoiceCall.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Circuit:
88
* GSM shield
99
* Voice circuit. Refer to to the GSM shield getting started guide
10-
at http://arduino.cc/en/Guide/ArduinoGSMShield#toc11
10+
at http://www.arduino.cc/en/Guide/ArduinoGSMShield#toc11
1111
* SIM card that can accept voice calls
1212
1313
With no voice circuit the call will connect, but will not send or receive sound
@@ -17,7 +17,7 @@
1717
1818
This example is in the public domain.
1919
20-
http://arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
20+
http://www.arduino.cc/en/Tutorial/GSMExamplesReceiveVoiceCall
2121
2222
*/
2323

examples/SendSMS/SendSMS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
This example is in the public domain.
1919
20-
http://arduino.cc/en/Tutorial/GSMExamplesSendSMS
20+
http://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS
2121
2222
*/
2323

examples/Tools/GsmScanNetworks/GsmScanNetworks.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Modified 4 Feb 2013
1717
by Scott Fitzgerald
1818
19-
http://arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
19+
http://www.arduino.cc/en/Tutorial/GSMToolsGsmScanNetworks
2020
2121
This example code is part of the public domain
2222
*/

examples/Tools/PinManagement/PinManagement.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
This example code is part of the public domain
1414
15-
http://arduino.cc/en/Tutorial/GSMToolsPinManagement
15+
http://www.arduino.cc/en/Tutorial/GSMToolsPinManagement
1616
1717
*/
1818

examples/Tools/TestGPRS/TestGPRS.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
This example code is part of the public domain
1515
16-
http://arduino.cc/en/Tutorial/GSMToolsTestGPRS
16+
http://www.arduino.cc/en/Tutorial/GSMToolsTestGPRS
1717
1818
*/
1919

@@ -34,7 +34,7 @@ String errortext = "ERROR";
3434

3535
// URL and path (for example: arduino.cc)
3636
char url[] = "arduino.cc";
37-
char urlproxy[] = "http://arduino.cc";
37+
char urlproxy[] = "http://www.arduino.cc";
3838
char path[] = "/";
3939

4040
// variable for save response obtained

examples/Tools/TestModem/TestModem.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
modified 21 Nov 2012
1313
by Tom Igoe
1414
15-
http://arduino.cc/en/Tutorial/GSMToolsTestModem
15+
http://www.arduino.cc/en/Tutorial/GSMToolsTestModem
1616
1717
This sample code is part of the public domain
1818

examples/Tools/TestWebServer/TestWebServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
modified 21 Nov 2012
1313
by Tom Igoe
1414
15-
http://arduino.cc/en/Tutorial/GSMToolsTestWebServer
15+
http://www.arduino.cc/en/Tutorial/GSMToolsTestWebServer
1616
1717
This example code is part of the public domain
1818
*/

0 commit comments

Comments
 (0)
0