Skip to content

Commit 6e74979

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 1555867 commit 6e74979

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 RC (hobby) servo motors.
44

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

88
== License ==
99

examples/Knob/Knob.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
modified on 8 Nov 2013
66
by Scott Fitzgerald
7-
http://arduino.cc/en/Tutorial/Knob
7+
http://www.arduino.cc/en/Tutorial/Knob
88
*/
99

1010
#include <Servo.h>

examples/Sweep/Sweep.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
modified 8 Nov 2013
66
by Scott Fitzgerald
7-
http://arduino.cc/en/Tutorial/Sweep
7+
http://www.arduino.cc/en/Tutorial/Sweep
88
*/
99

1010
#include <Servo.h>

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Servo
2-
version=1.0.2
2+
version=1.0.3
33
author=Michael Margolis, Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards.
66
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />On the Arduino Due you can control up to 60 servos.<br />
77
category=Device Control
8-
url=http://arduino.cc/en/Reference/Servo
8+
url=http://www.arduino.cc/en/Reference/Servo
99
architectures=avr,sam

0 commit comments

Comments
 (0)