diff options
author | cbdev <cb@cbcdn.com> | 2017-06-08 04:05:49 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2017-06-08 04:05:49 +0200 |
commit | 17d596da9c1ab01e5f9923450f253fbe392667f0 (patch) | |
tree | 66e4c00303f39f114f14fb0c1d8e482c47f9f51c | |
parent | dfb46662b07a8723714d7a4c51aaab6c1dd4a32e (diff) | |
download | midimonster-17d596da9c1ab01e5f9923450f253fbe392667f0.tar.gz midimonster-17d596da9c1ab01e5f9923450f253fbe392667f0.tar.bz2 midimonster-17d596da9c1ab01e5f9923450f253fbe392667f0.zip |
Fix link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,5 +140,5 @@ The architecture is split into the `midimonster` core, handling mapping and resource management, and the backends, which are shared objects loaded at start time, which provide a protocol mapping to instances / channels. -The API and structures is more-or-less documented in (midimonster.h)[midimonster.h], +The API and structures is more-or-less documented in [midimonster.h](midimonster.h), more detailed documentation may follow. |