Merge pull request #860 from tidalcycles/fix-slashless-urls
add missing trailing slashes
This commit is contained in:
commit
73fd801907
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ function connect() {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Sends each hap as an OSC message, which can be picked up by SuperCollider or any other OSC-enabled software.
|
* Sends each hap as an OSC message, which can be picked up by SuperCollider or any other OSC-enabled software.
|
||||||
* For more info, read [MIDI & OSC in the docs](https://strudel.cc/learn/input-output)
|
* For more info, read [MIDI & OSC in the docs](https://strudel.cc/learn/input-output/)
|
||||||
*
|
*
|
||||||
* @name osc
|
* @name osc
|
||||||
* @memberof Pattern
|
* @memberof Pattern
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,4 @@ What about combining different notes with different sounds at the same time?
|
||||||
|
|
||||||
Hmm, something interesting is going on there, related to there being five notes and three sounds.
|
Hmm, something interesting is going on there, related to there being five notes and three sounds.
|
||||||
|
|
||||||
Let's now take a step back and think about the Strudel [Code](/learn/code) we've been hearing so far.
|
Let's now take a step back and think about the Strudel [Code](/learn/code/) we've been hearing so far.
|
||||||
|
|
|
||||||
|
|
@ -64,4 +64,4 @@ Together with layer, struct and voicings, this can be used to create a basic bac
|
||||||
)`}
|
)`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
So far, we've stayed within the browser. [MIDI and OSC](/learn/input-output) are ways to break out of it.
|
So far, we've stayed within the browser. [MIDI and OSC](/learn/input-output/) are ways to break out of it.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue