From 4264af28ba52954d9671717046e7612ff2b556a0 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 28 Jul 2020 14:18:54 +0900 Subject: [PATCH] Fix link in Contributing.md (#800) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6441e60dc..6ce75b362a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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+. 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