From f757fff780b7130bfb6cc4fb633d1d59a02bd5c6 Mon Sep 17 00:00:00 2001 From: Dustin Tauer Date: Thu, 27 Oct 2022 11:41:32 -0500 Subject: [PATCH] Fixed bubble sort sandbox link --- lessons/bubble-sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/bubble-sort.md b/lessons/bubble-sort.md index da51dd8..d81c2ba 100644 --- a/lessons/bubble-sort.md +++ b/lessons/bubble-sort.md @@ -77,4 +77,4 @@ Is this sorting algorithm **stable**? To be considered a stable sort, the sort m We're going to work on [/specs/bubble-sort/bubble-sort.test.js][gh]. Go give that a shot. [gh]: https://github.com/btholt/algorithms-exercises/blob/main/specs/bubble-sort/bubble-sort.test.js -[sb]: https://codesandbox.io/s/algorithms-exercises-8kdjr?file=/specs/bubble-sort/bubble-sort.test.js +[sb]: https://codesandbox.io/s/github/btholt/algorithms-exercises/tree/main?file=/specs/bubble-sort/bubble-sort.test.js