From e72b3e40464e9ebc14c76c36b7d7be1c5fc3fd07 Mon Sep 17 00:00:00 2001 From: tremblap Date: Fri, 6 Sep 2024 15:29:13 +0100 Subject: [PATCH] correct the links fixes #434 --- src/routes/(content)/learn/getting-started/+page.svx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(content)/learn/getting-started/+page.svx b/src/routes/(content)/learn/getting-started/+page.svx index 58bf8c3d..94a02350 100644 --- a/src/routes/(content)/learn/getting-started/+page.svx +++ b/src/routes/(content)/learn/getting-started/+page.svx @@ -22,8 +22,8 @@ featuredimage: /learn/for-featured-images/getting-started-01.jpg A quick and recommended start is to follow these introductory YouTube tutorials (first [install](/installation)!): -* **[Train a neural network to classify sound based on timbre](/learn/regression-neural-network)** -* **[Train a neural network to control a synthesizer](/learn/classification-neural-network)** +* **[Train a neural network to classify sound based on timbre](/learn/classification-neural-network)** +* **[Train a neural network to control a synthesizer](/learn/regression-neural-network)** * **[Code a 2 dimensional sound sample explorer](/learn/2d-corpus-explorer)** ## Have something more specific in mind?