Skip to content

Commit 7efb3dc

Browse files
committed
Update URLs with broken redirects
The organization of the pages under arduino.cc are in a constant state of flux. There is some attempt to set up redirects from the old URLs, but this is done inconsistently, breaking the links to the previous pages.
1 parent 222092c commit 7efb3dc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

content/learn/04.electronics/03.lcd-displays/lcd-displays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This example sketch prints `Hello World!` to the LCD and shows the time in secon
107107
108108
This example code is in the public domain.
109109
110-
http://www.arduino.cc/en/Tutorial/LiquidCrystalHelloWorld
110+
https://docs.arduino.cc/learn/electronics/lcd-displays
111111
112112
*/
113113
@@ -1058,7 +1058,7 @@ This potentiometer controls the `delayTime` variable.
10581058
https://github.com/adafruit/SPI_VFD/blob/master/examples/createChar/createChar.pde
10591059
10601060
This example code is in the public domain.
1061-
http://www.arduino.cc/en/Tutorial/LiquidCrystalCustomCharacter
1061+
https://docs.arduino.cc/learn/electronics/lcd-displays#custom-character
10621062
10631063
Also useful:
10641064
http://icontexto.com/charactercreator/

content/learn/04.electronics/09.transistor-motor-control/09.transistor-motor-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Below is the full program for controlling a DC motor with a transistor. Further
8686
Created on 03 January 2013
8787
by Scott Fitzgerald
8888
89-
http://www.arduino.cc/en/Tutorial/TransistorMotorControl
89+
https://docs.arduino.cc/learn/electronics/transistor-motor-control
9090
9191
This example code is in the public domain.
9292
*/

content/library-examples/wifi-library/WiFiWebClientRepeating/WiFiWebClientRepeating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ image developed using [Fritzing](http://www.fritzing.org). For more circuit exam
5757
5858
by Federico Vanzati
5959
60-
http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
60+
https://docs.arduino.cc/library-examples/wifi-library/WiFiWebClientRepeating
6161
6262
This code is in the public domain.
6363

content/retired/06.getting-started-guides/IntelGalileoGen2/IntelGalileoGen2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'The first steps to setting up the Intel® Galileo Gen2'
55

66
**This is a retired product.**
77

8-
The [Intel® Galileo Gen2](http://arduino.cc/en/ArduinoCertified/IntelGalileoGen2) supports shields that operate at either 3.3v or 5v. The board is designed to be hardware and software pin-compatible with Arduino shields designed for the Uno R3. Digital pins 0 to 13 (and the adjacent AREF and GND pins), Analog inputs 0 to 5, the power header, ICSP header, and the UART port pins (0 and 1), are all in the same locations as on the Arduino Uno R3.
8+
The [Intel® Galileo Gen2](/retired/getting-started-guides/IntelGalileoGen2) supports shields that operate at either 3.3v or 5v. The board is designed to be hardware and software pin-compatible with Arduino shields designed for the Uno R3. Digital pins 0 to 13 (and the adjacent AREF and GND pins), Analog inputs 0 to 5, the power header, ICSP header, and the UART port pins (0 and 1), are all in the same locations as on the Arduino Uno R3.
99

1010
The Intel® Galileo Gen2 is programmed using the [Arduino Software (IDE)](https://arduino.cc/en/Main/Software), our Integrated Development Environment common to all our boards and running both [online](https://create.arduino.cc/editor) and offline. For more information on how to get started with the Arduino Software visit the [Getting Started page](https://arduino.cc/en/Guide/HomePage).
1111

content/tutorials/communication/wifi-nina-examples/wifi-nina-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ WEP network passwords are hexadecimal strings known as keys. A WEP network can h
28472847
28482848
by Federico Vanzati
28492849
2850-
http://www.arduino.cc/en/Tutorial/WifiWebClientRepeating
2850+
https://docs.arduino.cc/library-examples/wifi-library/WiFiWebClientRepeating
28512851
28522852
This code is in the public domain.
28532853

content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Upload the sketch below to your board:
128128
129129
by Arturo Guadalupi <a.guadalupi@arduino.cc>
130130
131-
http://arduino.cc/en/Tutorial/
131+
https://docs.arduino.cc/tutorials/generic/scheduled-wifi-ssl-web-client
132132
133133
This code is in the public domain.
134134

0 commit comments

Comments
 (0)