From 064c9d956836d47a2e239fb0c74403a52067e45c Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sat, 10 Mar 2018 17:07:55 +0100 Subject: [PATCH] fix: Issue link in documentation [ci skip] --- doc/sysex-codec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sysex-codec.md b/doc/sysex-codec.md index 7d2dddd..47395cd 100644 --- a/doc/sysex-codec.md +++ b/doc/sysex-codec.md @@ -84,4 +84,4 @@ void handleSysEx(byte* inData, unsigned inSize) } ``` -See original discussion in issue #92. +See original discussion in issue [#92](FortySevenEffects/arduino_midi_library#92).