diff --git a/nrf52-stepper/index.html b/nrf52-stepper/index.html
index 0f520fe00988baa5636a594d60118bca7f4ef232..31ed362824d8bd375b9d0c7fba19c97c40765a53 100644
--- a/nrf52-stepper/index.html
+++ b/nrf52-stepper/index.html
@@ -21,6 +21,8 @@ pre code {
 
 <p>Some sample firmware is available below (or as files: <a href='nrf52-drv8825/nrf52-drv8825.ino'>nrf52-drv8825.ino</a> and <a href='nrf52-drv8825/radio.h'>radio.h</a>).  This code defines a command set issued over the radio for moving a number of steps, changing stepping speed, setting microstepping parameters, and setting a current limit value.</p>
 
+<p>For help getting started programming the nRF52, see <a href='https://gitlab.cba.mit.edu/pub/hello-world/nrf52'>this page.</a></p>
+
 <pre>
 <code>
 #include "radio.h"