From a9c0e2392b57139d5c69dd65a8160b5b01de5679 Mon Sep 17 00:00:00 2001 From: Peter Thedens <pthedens@iastate.edu> Date: Wed, 8 Nov 2017 16:01:26 -0600 Subject: [PATCH] update quad readme --- quad/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quad/README.md b/quad/README.md index 896b2aa3b..6756b09ce 100644 --- a/quad/README.md +++ b/quad/README.md @@ -76,8 +76,8 @@ make test ``` And glad to hear you are interested in writing your own unit tests! Look at the -[README](src/test/README.md) and examples in our simple testing library at -`src/test`. +[README](../../Unity/README.md) and examples in the Unity testing library at +[`Unity/`](/Unity/). #### Manually testing the hardware interface -- GitLab