From ce4bcb3f0f12c275fa837d1f6da09156e48d5a68 Mon Sep 17 00:00:00 2001 From: marqdevx <11246294+marqdevx@users.noreply.github.com> Date: Thu, 17 Dec 2020 13:37:21 +0100 Subject: [PATCH] Changing Tutorial's link From (broken) http://www.arduino.cc/en/Tutorial/ButtonStateChange to https://www.arduino.cc/en/Tutorial/BuiltInExamples/StateChangeDetection --- .../02.Digital/StateChangeDetection/StateChangeDetection.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/02.Digital/StateChangeDetection/StateChangeDetection.ino b/examples/02.Digital/StateChangeDetection/StateChangeDetection.ino index a5ba8da..8c2d829 100644 --- a/examples/02.Digital/StateChangeDetection/StateChangeDetection.ino +++ b/examples/02.Digital/StateChangeDetection/StateChangeDetection.ino @@ -21,7 +21,7 @@ This example code is in the public domain. - http://www.arduino.cc/en/Tutorial/ButtonStateChange + https://www.arduino.cc/en/Tutorial/BuiltInExamples/StateChangeDetection */ // this constant won't change: