From 8e6c9a75dcb43b6bc1ecacf191875e6c6c7fdacb Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Fri, 7 Jun 2024 13:14:21 +0100 Subject: [PATCH] Fix broken link --- docs/LEARNING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LEARNING.md b/docs/LEARNING.md index 53144aa13..a2f027da1 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -29,6 +29,6 @@ These resources cover [Unity][] and [CppUTest][]; this track uses Unity. [CS50x]: https://www.edx.org/course/cs50s-introduction-to-computer-science [CodeChef]: https://www.codechef.com/ide [test-frameworks]: https://www.drdobbs.com/testing/unit-testing-in-c-tools-and-conventions/240156344 -[tdd]: https://pragprog.com/book/jgade/test-driven-development-for-embedded-c +[tdd]: https://pragprog.com/titles/jgade/test-driven-development-for-embedded-c [Unity]: https://www.throwtheswitch.org/unity/ [CppUTest]: https://cpputest.github.io/