Fix path in TESTING.asciidoctor

This commit is contained in:
Rene Groeschke 2021-06-01 16:56:29 +02:00
parent 94f07c4942
commit 06103cd9ac
No known key found for this signature in database
GPG key ID: B1782D97CBC64567

View file

@ -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. 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. 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] and link:./distribution/bwc/build.gradle[distribution/bwc/build.gradle]
for more information. for more information.