From 1375b0b6aa3ee883c4f8a9e5e859f8362b3ef112 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 24 Apr 2020 06:52:02 +0200 Subject: [PATCH] doc: Update URL --- examples/Callbacks/Callbacks.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Callbacks/Callbacks.ino b/examples/Callbacks/Callbacks.ino index 642223b..8c2b8bb 100644 --- a/examples/Callbacks/Callbacks.ino +++ b/examples/Callbacks/Callbacks.ino @@ -7,7 +7,7 @@ MIDI_CREATE_DEFAULT_INSTANCE(); // This function will be automatically called when a NoteOn is received. // It must be a void-returning function with the correct parameters, // see documentation here: -// http://arduinomidilib.fortyseveneffects.com/a00022.html +// https://github.com/FortySevenEffects/arduino_midi_library/wiki/Using-Callbacks void handleNoteOn(byte channel, byte pitch, byte velocity) {