aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2024-06-24 17:32:09 +0200
committerGitHub <noreply@github.com>2024-06-24 17:32:09 +0200
commit5051ca5daa041a2837d0f7e8f6269fc3a3f85efe (patch)
tree02623cc24c0bbc8d5a4826d85bee1e16931327c2
parent811592c8190d12c6c7affa5772db3be30ba941e9 (diff)
parent8f684aa676062fd264c9289ad4cc2f5752bf2d97 (diff)
downloadmidimonster-5051ca5daa041a2837d0f7e8f6269fc3a3f85efe.tar.gz
midimonster-5051ca5daa041a2837d0f7e8f6269fc3a3f85efe.tar.bz2
midimonster-5051ca5daa041a2837d0f7e8f6269fc3a3f85efe.zip
Merge pull request #124 from Solander/patch-1
Update osc.md - fix OSC spec link
-rw-r--r--backends/osc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/osc.md b/backends/osc.md
index 61b3324..939c742 100644
--- a/backends/osc.md
+++ b/backends/osc.md
@@ -30,7 +30,7 @@ This is done by specifying *patterns* in the instance configuration using an ass
```
The pattern will be matched only against the local part (that is, the path excluding any configured instance root).
-Patterns may contain the following expressions (conforming to the [OSC pattern matching specification](http://opensoundcontrol.org/spec-1_0)):
+Patterns may contain the following expressions (conforming to the [OSC pattern matching specification](https://opensoundcontrol.stanford.edu/spec-1_0.html)):
* `?` matches any single legal character
* `*` matches zero or more legal characters
* A comma-separated list of strings inside curly braces `{}` matches any of the strings