Merge pull request #860 from tidalcycles/fix-slashless-urls

add missing trailing slashes
This commit is contained in:
Felix Roos 2023-12-12 21:20:00 +01:00 committed by GitHub
commit 73fd801907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.
* 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
* @memberof Pattern

View File

@ -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.
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.

View File

@ -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.