From 1cb9e3ae938888b8fad323312c2b6f9a7600ff1c Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 29 Jan 2021 14:22:52 +0100 Subject: [PATCH] [v3] Convert relative v3 links to absolute links --- reference/implementing-a-concept-exercise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/implementing-a-concept-exercise.md b/reference/implementing-a-concept-exercise.md index 9d636bd2..20fcc9e1 100644 --- a/reference/implementing-a-concept-exercise.md +++ b/reference/implementing-a-concept-exercise.md @@ -2,4 +2,4 @@ TODO: describe how to implement a concept exercise for the Bash track. For inspiration, check out the [C# version of this file][csharp-implementing]. -[csharp-implementing]: ../../csharp/reference/implementing-a-concept-exercise.md +[csharp-implementing]: https://github.com/exercism/v3/blob/main/csharp/reference/implementing-a-concept-exercise.md