From a8341b2ffeaf082c19f55f67664ad293928ef36c Mon Sep 17 00:00:00 2001 From: wolf99 <281700+wolf99@users.noreply.github.com> Date: Thu, 21 Oct 2021 22:08:12 +0100 Subject: [PATCH] Fix 3 rules of TDD link --- exercises/shared/.docs/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/shared/.docs/tests.md b/exercises/shared/.docs/tests.md index 47d1eed46..ded511cae 100644 --- a/exercises/shared/.docs/tests.md +++ b/exercises/shared/.docs/tests.md @@ -16,4 +16,4 @@ As you progress through the tests, take the time to refactor your implementation Try to use standard C99 facilities in preference to writing your own low-level algorithms or facilities by hand. -[3-tdd-rules]: http://butunclebob.com/ArticleS.UncleBob.TheThreeRulesOfTdd +[3-tdd-rules]: https://blog.cleancoder.com/uncle-bob/2014/12/17/TheCyclesOfTDD.html