Skip to content

Commit f2fbf0c

Browse files
authored
Merge pull request #3 from helo9/master
Fix documentation links in sketch files
2 parents 85098e8 + 24a79a0 commit f2fbf0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/BasicStepping/BasicStepping.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Before using this example, be sure to change the setCurrentMilliamps36v4 line
88
// to have an appropriate current limit for your system. Also, see this
99
// library's documentation for information about how to connect the driver:
10-
// http://pololu.github.io/high-power-stepper-driver
10+
// https://pololu.github.io/high-power-stepper-driver-arduino/
1111

1212
#include <SPI.h>
1313
#include <HighPowerStepperDriver.h>

examples/BasicSteppingSPI/BasicSteppingSPI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Before using this example, be sure to change the setCurrentMilliamps36v4 line
1717
// to have an appropriate current limit for your system. Also, see this
1818
// library's documentation for information about how to connect the driver:
19-
// http://pololu.github.io/high-power-stepper-driver
19+
// https://pololu.github.io/high-power-stepper-driver-arduino/
2020

2121
#include <SPI.h>
2222
#include <HighPowerStepperDriver.h>

0 commit comments

Comments
 (0)