From 7fe8e02679fa920866c3cb9d1c3c5b5772fb597c Mon Sep 17 00:00:00 2001 From: habere-et-dispertire Date: Thu, 17 Aug 2023 00:44:45 +0100 Subject: [PATCH] Switch to assets.exercism.org --- exercises/darts/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/darts/description.md b/exercises/darts/description.md index 4b47489de0..5e1a9b2a2f 100644 --- a/exercises/darts/description.md +++ b/exercises/darts/description.md @@ -6,7 +6,7 @@ Write a function that returns the earned points in a single toss of a Darts game In our particular instance of the game, the target rewards 4 different amounts of points, depending on where the dart lands: -![Our dart scoreboard with values from a complete miss to a bullseye](https://exercism-v3-icons.s3.eu-west-2.amazonaws.com/images/exercises/darts/darts-scoreboard.svg) +![Our dart scoreboard with values from a complete miss to a bullseye](https://assets.exercism.org/images/exercises/darts/darts-scoreboard.svg) - If the dart lands outside the target, player earns no points (0 points). - If the dart lands in the outer circle of the target, player earns 1 point.