From 0b9e9a5af6f78b358035c9acea9d5e0949af05a0 Mon Sep 17 00:00:00 2001 From: "William Trelawny (willman42)" Date: Sat, 3 Sep 2022 18:35:43 -0400 Subject: [PATCH] fixed broken link to TESTING.md Signed-off-by: William Trelawny (willman42) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12998dc..4bcb67f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,5 +6,5 @@ Please review the following before opening a pull request (PR) to help your PR g * To ensure proper testing and quality control, target any code change pull requests against `dev` branch. * Make sure the tests pass - * Take a look at [TESTING.md](TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have GitHub Actions run it. + * Take a look at [TESTING.md](test/TESTING.md) to see how to run tests locally so you do not have to push all your code to a PR and have GitHub Actions run it. * Your tests will probably run faster locally and you get a faster feedback loop.