diff --git a/014-OSSDevOps/Student/challenge05.md b/014-OSSDevOps/Student/challenge05.md index 3508449902..190d77b989 100644 --- a/014-OSSDevOps/Student/challenge05.md +++ b/014-OSSDevOps/Student/challenge05.md @@ -14,7 +14,7 @@ Develop a set of unit tests for the voting application. Since this application i ### Success Criteria -If you are not familar a developer or not familar with Python do go ahead and skip this section but do review the [provided solution](../../Host/Solutions/challenge04/app/tests) to get a taste of how unit testing works. +If you are not a developer or not familar with Python do go ahead and skip this section but do review the [provided solution](../Coach/Solutions/challenge04/app/tests) to get a taste of how unit testing works. [Back](challenge04.md) // [Home](../readme.md) // [Next](challenge06.md)