From f2db8768a6c450d7b7f54df8628f02dd34ca44dd Mon Sep 17 00:00:00 2001 From: mstevetodd Date: Mon, 29 Jun 2020 08:49:46 -0400 Subject: [PATCH] fix link (and test PR) --- WiThrottle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WiThrottle.cpp b/WiThrottle.cpp index 8d3a607..1e961c3 100644 --- a/WiThrottle.cpp +++ b/WiThrottle.cpp @@ -4,7 +4,7 @@ * for showing how it could be done, but this code is very different to the original * implemenatatin as it is designed to run on the Arduino and not the ESP and is * also calling directly into the DCCEX Api rather than simulating JMRI text commands. - * Refer JMRI WiFi Throttle Communications Protocol http://jmri.sourceforge.net/help/en/package/jmri/jmrit/withrottle/Protocol.shtml + * Refer JMRI WiFi Throttle Communications Protocol https://www.jmri.org/help/en/package/jmri/jmrit/withrottle/Protocol.shtml * * * PROTOTYPE NOTES: