Merge pull request #612 from tidalcycles/fix-links

fix: doc links
This commit is contained in:
Felix Roos 2023-06-23 09:59:43 +02:00 committed by GitHub
commit abeb62dea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ Use one of the Communication Channels listed above.
## Improve the Docs ## Improve the Docs
If you find some weak spots in the [docs](https://strudel.tidalcycles.org/learn/getting-started), If you find some weak spots in the [docs](https://strudel.tidalcycles.org/workshop/getting-started/),
you can edit each file directly on github via the "Edit this page" link located in the right sidebar. you can edit each file directly on github via the "Edit this page" link located in the right sidebar.
## Propose a Feature ## Propose a Feature

View File

@ -1,3 +1,3 @@
<script is:inline> <script is:inline>
window.location.pathname = `/learn/getting-started`; window.location.pathname = `/workshop/getting-started`;
</script> </script>

View File

@ -1,3 +1,3 @@
This section introduces you to Strudel in a technical sense. If you just want to _use_ Strudel, have a look at the [Tutorial](/learn/getting-started). This section introduces you to Strudel in a technical sense. If you just want to _use_ Strudel, have a look at the [Tutorial](/workshop/getting-started).
TODO TODO

View File

@ -1,3 +1,3 @@
<script is:inline> <script is:inline>
window.location.pathname = `/learn/getting-started`; window.location.pathname = `/workshop/getting-started`;
</script> </script>

View File

@ -140,7 +140,7 @@ function WelcomeTab() {
</p> </p>
<p> <p>
To learn more about what this all means, check out the{' '} To learn more about what this all means, check out the{' '}
<a href="./learn/getting-started" target="_blank"> <a href="./workshop/getting-started" target="_blank">
interactive tutorial interactive tutorial
</a> </a>
. Also feel free to join the{' '} . Also feel free to join the{' '}