diff --git a/content/built-in-examples/04.communication/Midi/Midi.md b/content/built-in-examples/04.communication/Midi/Midi.md index 8dce643f78..4f19b1f8cb 100644 --- a/content/built-in-examples/04.communication/Midi/Midi.md +++ b/content/built-in-examples/04.communication/Midi/Midi.md @@ -20,7 +20,7 @@ MIDI bytes are divided into two types: **command bytes** and **data bytes**. Com MIDI data is usually notated in hexadecimal because MIDI banks and instruments are grouped in groups of 16. -For more see this [introduction to MIDI](http://www.tigoe.net/pcomp/code/communication/midi) or this [example](https://itp.nyu.edu/physcomp/labs/labs-serial-communication/lab-midi-output-using-an-arduino/). +For more see this [introduction to MIDI](https://web.archive.org/web/20220331023548/https://www.tigoe.com/pcomp/code/communication/midi/) (web archive link) or this [example](https://itp.nyu.edu/physcomp/labs/labs-serial-communication/lab-midi-output-using-an-arduino/). ### Hardware Required @@ -66,4 +66,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples) You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language. -*Last revision 2015/12/10 by AG* \ No newline at end of file +*Last revision 2015/12/10 by AG*