diff --git a/README.md b/README.md index 315b0da..28fd913 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ Adding a standard test case is easy. It will be picked up automatically when you run `pipenv test` -- See also: [Standard Tests Development Guide](betterproto\tests\standard-tests.md) +- See also: [Standard Tests Development Guide](betterproto/tests/README.md) #### Custom tests diff --git a/betterproto/tests/standard-tests.md b/betterproto/tests/README.md similarity index 100% rename from betterproto/tests/standard-tests.md rename to betterproto/tests/README.md