From 74ad521fc9d74b8f493e6e990682668b57980cf7 Mon Sep 17 00:00:00 2001 From: paikwiki Date: Tue, 14 Mar 2023 13:01:40 +0900 Subject: [PATCH] Fix typo on packages.mdx I found a broken link. Because it omits protocol, page move to wrong page(https://strudel.tidalcycles.org/github.com/tidalcycles/strudel) I add protocol(https://) on that link. --- website/src/pages/technical-manual/packages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/technical-manual/packages.mdx b/website/src/pages/technical-manual/packages.mdx index 9efd351b..4ba3bd63 100644 --- a/website/src/pages/technical-manual/packages.mdx +++ b/website/src/pages/technical-manual/packages.mdx @@ -7,7 +7,7 @@ import { MiniRepl } from '../../docs/MiniRepl'; # Strudel Packages -The [strudel repo](github.com/tidalcycles/strudel) is organized as a monorepo, containing multiple npm packages. +The [strudel repo](https://github.com/tidalcycles/strudel) is organized as a monorepo, containing multiple npm packages. The purpose of the multiple packages is to - organize the codebase into more modular, encapsulated pieces