From 239bb960f516a627edcfaa58689eed3fef4bf5c1 Mon Sep 17 00:00:00 2001 From: Cedd Burge Date: Sat, 9 Mar 2024 14:15:09 +0000 Subject: [PATCH] Update exercises/practice/allergies/.approaches/bitwise-and-case/content.md Co-authored-by: Jie --- .../practice/allergies/.approaches/bitwise-and-case/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/allergies/.approaches/bitwise-and-case/content.md b/exercises/practice/allergies/.approaches/bitwise-and-case/content.md index 1ab9fe0f..2a374589 100644 --- a/exercises/practice/allergies/.approaches/bitwise-and-case/content.md +++ b/exercises/practice/allergies/.approaches/bitwise-and-case/content.md @@ -66,5 +66,5 @@ This is potentially useful, and means that if there was ever a need for non sequ https://package.elm-lang.org/packages/elm/core/latest/List#filterMap "List.filterMap documentation" [bitwise-and-case-solution]: - https://exercism.org/tracks/elm/exercises/allergies/solutions/ceddlyburge + https://exercism.org/tracks/elm/exercises/allergies/solutions/jiegillet "Bitwise and List solution on exercism"