From a101f21d5698881e841e6933e5d7e69d6a7d2040 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 5 Oct 2024 19:51:17 +0300 Subject: [PATCH] Update tests readme reference Signed-off-by: Emmanuel Ferdman --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9bd43ec60..e7c32f839 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,7 +15,7 @@ What can you do? - File a bug (please check its not a duplicate) - Propose an enhancement - :white_check_mark: Create a PR: - - [Creating a failing test-case](https://github.com/danielgtaylor/python-betterproto/blob/master/betterproto/tests/README.md) to make bug-fixing easier + - [Creating a failing test-case](https://github.com/danielgtaylor/python-betterproto/blob/master/tests/README.md) to make bug-fixing easier - Fix any of the open issues - [Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - [Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22)