We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe110a commit 2848bbbCopy full SHA for 2848bbb
test/framework/src/main/java/org/elasticsearch/test/junit/listeners/ReproduceInfoPrinter.java
@@ -100,7 +100,7 @@ public void testFailure(Failure failure) throws Exception {
100
b.append(
101
"This is a Rest Api Compatibility Test. "
102
+ "See the developers guide for details how to troubleshoot - "
103
- + "https://github.com/elastic/elasticsearch/blob/master/REST_API_COMPATIBILITY.md"
+ + "https://github.com/elastic/elasticsearch/blob/main/REST_API_COMPATIBILITY.md"
104
);
105
}
106
printToErr(b.toString());
0 commit comments