From 10e57200961c71ff0256a6b202da098b3c9d0a61 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Mon, 6 May 2024 21:28:38 +0100 Subject: [PATCH] Fix broken link (#500) --- building/tracks/syllabus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/tracks/syllabus/README.md b/building/tracks/syllabus/README.md index e0a4684d..7a264d5f 100644 --- a/building/tracks/syllabus/README.md +++ b/building/tracks/syllabus/README.md @@ -135,7 +135,7 @@ A concept exercise always has a story. If you're forking an exercise from another track, then the exercise will already have a story. In that case, you're all set. -To see if there are any existing stories you can use or exercises you can fork, check out the [list of stories](docs/building/tracks/stories). +To see if there are any existing stories you can use or exercises you can fork, check out the [list of stories](/docs/building/tracks/stories). If you have a concept but no story then our recommendation is to write a small, simple code example that uses the concept that you're introducing. Then reverse engineer a story onto the code.