From 06103cd9ac35aa29742a6f6ccc8c4b7e11e1ba02 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Tue, 1 Jun 2021 16:56:29 +0200 Subject: [PATCH] Fix path in TESTING.asciidoctor --- TESTING.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 0d97b537d4eb..f2b007f4870a 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -518,7 +518,7 @@ For example to run a specific tests from the x-pack rolling upgrade from 7.7.0: Tests are ran for versions that are not yet released but with which the current version will be compatible with. These are automatically checked out and built from source. -See link:./buildSrc/src/main/java/org/elasticsearch/gradle/BwcVersions.java[BwcVersions] +See link:./build-tools-internal/src/main/java/org/elasticsearch/gradle/BwcVersions.java[BwcVersions] and link:./distribution/bwc/build.gradle[distribution/bwc/build.gradle] for more information.