diff --git a/libraries/Stepper/src/Stepper.cpp b/libraries/Stepper/src/Stepper.cpp index 1f76295d0..45faaecd0 100644 --- a/libraries/Stepper/src/Stepper.cpp +++ b/libraries/Stepper/src/Stepper.cpp @@ -72,7 +72,7 @@ * * The circuits can be found at * - * http://www.arduino.cc/en/Tutorial/Stepper + * http://www.arduino.cc/en/Reference/Stepper */ #include "Arduino.h" diff --git a/libraries/Stepper/src/Stepper.h b/libraries/Stepper/src/Stepper.h index 2e68979a1..7b77e729f 100644 --- a/libraries/Stepper/src/Stepper.h +++ b/libraries/Stepper/src/Stepper.h @@ -72,7 +72,7 @@ * * The circuits can be found at * - * http://www.arduino.cc/en/Tutorial/Stepper + * http://www.arduino.cc/en/Reference/Stepper */ // ensure this library description is only included once