diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4364e6..12bca33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Guidelines for bug reports: 1. **[Check if the issue has already been reported](https://github.com/RuntimeTools/OpenAPIValidators/issues)** 2. **Check if the issue has been fixed** — try to reproduce it using the latest `master` or development branch in the repository. -3. **Write a test recreating the bug** — [use this template to get started quickly](https://github.com/RuntimeTools/OpenAPIValidators/packages/chai-openapi-response-validator/blob/master/test/unit/bug-recreation-template.test.js). +3. **Write a test recreating the bug** — [use this template to get started quickly](https://github.com/RuntimeTools/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/test/bug-recreation-template.test.js). ### Feature Requests