We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60dc9b commit 07aff03Copy full SHA for 07aff03
otomad/link/om_midi.html
@@ -1,7 +1,10 @@
1
<script>
2
var links = {
3
+ "homepage": "https://ommidi.readthedocs.io/",
4
"latest": "https://github.com/otomad/om_midi/releases/latest",
- "latest/v3": "https://github.com/otomad/om_midi/releases/latest"
5
+ "latest/v3": "https://github.com/otomad/om_midi/releases/latest",
6
+ "repository": "https://github.com/otomad/om_midi",
7
+ "documentation": "https://ommidi.readthedocs.io/"
8
};
9
</script>
10
<script src="index.js"></script>
0 commit comments