Skip to content

Commit

Permalink
fixing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Nov 8, 2024
1 parent 82feeac commit a53294b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static DeprecationIssue oldIndicesCheck(DataStream dataStream, ClusterState clus
return new DeprecationIssue(
DeprecationIssue.Level.CRITICAL,
"Old data stream with a compatibility version < 8.0",
"https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html",
"https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-9.0.html",
"This data stream has backing indices that were created before Elasticsearch 8.0.0",
false,
ofEntries(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void testOldIndicesCheck() {
DeprecationIssue expected = new DeprecationIssue(
DeprecationIssue.Level.CRITICAL,
"Old data stream with a compatibility version < 8.0",
"https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html",
"https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-9.0.html",
"This data stream has backing indices that were created before Elasticsearch 8.0.0",
false,
Map.of(
Expand Down

0 comments on commit a53294b

Please sign in to comment.