From ef39252b0bd9a45d4e23ef43ad4a8c9b1b1e038f Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Fri, 4 Sep 2020 12:43:57 +0100 Subject: [PATCH] chore(doc): fix broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a3203b..df897d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contributions to SASjs are very welcome! When making a PR, test cases should be This repository contains a suite of tests built using [@sasjs/test-framework](https://github.com/sasjs/test-framework). -Detailed instructions for creating and running the tests can be found [here](./sasjs-tests/readme.md). +Detailed instructions for creating and running the tests can be found [here](https://github.com/sasjs/adapter/blob/master/sasjs-tests/README.md). If you'd like to test your changes in an app that uses the adapter, you can do so as follows: