From 36b5d52d4abd06e4523beec48c4961da53bf537a Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 13 Aug 2012 15:21:28 -0400 Subject: [PATCH] Corrected link address in Midi example --- build/shared/examples/04.Communication/MIDI/Midi.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/shared/examples/04.Communication/MIDI/Midi.ino b/build/shared/examples/04.Communication/MIDI/Midi.ino index a10548673..6a411d4fd 100644 --- a/build/shared/examples/04.Communication/MIDI/Midi.ino +++ b/build/shared/examples/04.Communication/MIDI/Midi.ino @@ -13,12 +13,12 @@ Attach a MIDI cable to the jack, then to a MIDI synth, and play music. created 13 Jun 2006 - modified 30 Aug 2011 + modified 13 Aug 2012 by Tom Igoe This example code is in the public domain. - http://www.arduino.cc/en/Tutorial/MIDI + http://www.arduino.cc/en/Tutorial/Midi */