Skip to content

Commit 3b54d71

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 ad59b9b commit 3b54d71

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
44

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

88
== License ==
99

examples/Autoscroll/Autoscroll.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
This example code is in the public domain.
3434
35-
http://arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
35+
http://www.arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
3636
3737
*/
3838

examples/Blink/Blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
This example code is in the public domain.
3434
35-
http://arduino.cc/en/Tutorial/LiquidCrystalBlink
35+
http://www.arduino.cc/en/Tutorial/LiquidCrystalBlink
3636
3737
*/
3838

examples/Cursor/Cursor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
This example code is in the public domain.
3535
36-
http://arduino.cc/en/Tutorial/LiquidCrystalCursor
36+
http://www.arduino.cc/en/Tutorial/LiquidCrystalCursor
3737
3838
*/
3939

examples/Display/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
This example code is in the public domain.
3535
36-
http://arduino.cc/en/Tutorial/LiquidCrystalDisplay
36+
http://www.arduino.cc/en/Tutorial/LiquidCrystalDisplay
3737
3838
*/
3939

examples/Scroll/Scroll.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
This example code is in the public domain.
3535
36-
http://arduino.cc/en/Tutorial/LiquidCrystalScroll
36+
http://www.arduino.cc/en/Tutorial/LiquidCrystalScroll
3737
3838
*/
3939

examples/SerialDisplay/SerialDisplay.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
This example code is in the public domain.
3434
35-
http://arduino.cc/en/Tutorial/LiquidCrystalSerial
35+
http://www.arduino.cc/en/Tutorial/LiquidCrystalSerial
3636
*/
3737

3838
// include the library code:

examples/TextDirection/TextDirection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ by Tom Igoe
3232
3333
This example code is in the public domain.
3434
35-
http://arduino.cc/en/Tutorial/LiquidCrystalTextDirection
35+
http://www.arduino.cc/en/Tutorial/LiquidCrystalTextDirection
3636
3737
*/
3838

examples/setCursor/setCursor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
This example code is in the public domain.
3434
35-
http://arduino.cc/en/Tutorial/LiquidCrystalSetCursor
35+
http://www.arduino.cc/en/Tutorial/LiquidCrystalSetCursor
3636
3737
*/
3838

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=LiquidCrystal
2-
version=1.0.1
2+
version=1.0.2
33
author=Arduino, Adafruit
44
maintainer=Arduino <[email protected]>
55
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
66
paragraph=This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).
77
category=Display
8-
url=http://arduino.cc/en/Reference/LiquidCrystal
8+
url=http://www.arduino.cc/en/Reference/LiquidCrystal
99
architectures=*

0 commit comments

Comments
 (0)