From 42d2df6de6f78142583f956139d75be62e1c6f2a Mon Sep 17 00:00:00 2001 From: Vasile Razdalovschi <63979486+vrazdalovschi@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:14:05 +0300 Subject: [PATCH] Fix broken link in readme to tests (#400) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d6127..8b8cd0d 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ Adding a standard test case is easy. It will be picked up automatically when you run the tests. -- See also: [Standard Tests Development Guide](betterproto/tests/README.md) +- See also: [Standard Tests Development Guide](tests/README.md) #### Custom tests