Skip to content

Commit 2848bbb

Browse files
authored
Correct link to REST_API_COMPATIBILITY.md (#138566)
1 parent cbe110a commit 2848bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/test/junit/listeners/ReproduceInfoPrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void testFailure(Failure failure) throws Exception {
100100
b.append(
101101
"This is a Rest Api Compatibility Test. "
102102
+ "See the developers guide for details how to troubleshoot - "
103-
+ "https://github.com/elastic/elasticsearch/blob/master/REST_API_COMPATIBILITY.md"
103+
+ "https://github.com/elastic/elasticsearch/blob/main/REST_API_COMPATIBILITY.md"
104104
);
105105
}
106106
printToErr(b.toString());

0 commit comments

Comments
 (0)