Fix link in Contributing.md (#800)

This commit is contained in:
Anuraag Agrawal 2020-07-28 14:18:54 +09:00 committed by GitHub
parent 9eb8ba7f86
commit 4264af28ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ resolution is reached a PR can be submitted for review.
In order to build and test this whole repository you need JDK 11+. In order to build and test this whole repository you need JDK 11+.
Some instrumentations and tests may put constraints on which java versions they support. Some instrumentations and tests may put constraints on which java versions they support.
See [Executing tests with specific java version](#Executing tests with specific java version) below. See [Running the tests](./docs/contributing/running-tests.md) for more details.
### Building ### Building