Browse Source

[DOCS] Fix link (#73810)

Fix dead link on documentation
martinsrun 4 years ago
parent
commit
9ab2e764eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TESTING.asciidoc

+ 1 - 1
TESTING.asciidoc

@@ -293,7 +293,7 @@ YAML based REST tests should be preferred since these are shared between all
 the elasticsearch official clients. The YAML based tests describe the
 operations to be executed and the obtained results that need to be tested.
 
-The YAML tests support various operators defined in the link:/rest-api-spec/src/main/resources/rest-api-spec/test/README.asciidoc[rest-api-spec] and adhere to the link:/rest-api-spec/README.markdown[Elasticsearch REST API JSON specification]
+The YAML tests support various operators defined in the link:/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc[rest-api-spec] and adhere to the link:/rest-api-spec/README.markdown[Elasticsearch REST API JSON specification]
 In order to run the YAML tests, the relevant API specification needs
 to be on the test classpath. Any gradle project that has support for REST
 tests will get the primary API on it's class path. However, to better support