Skip to content

Commit 6b9f757

Browse files
author
Hendrik Muhs
committed
apply review comments
1 parent ce93652 commit 6b9f757

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/transform/TransformDeprecations.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ public class TransformDeprecations {
1111
public static final String BREAKING_CHANGES_BASE_URL =
1212
"https://www.elastic.co/guide/en/elasticsearch/reference/master/migrating-8.0.html";
1313

14-
public static final String QUERY_BREAKING_CHANGES_URL =
15-
"https://www.elastic.co/guide/en/elasticsearch/reference/master/migrating-8.0.html#breaking_80_search_changes";
14+
public static final String QUERY_BREAKING_CHANGES_URL = BREAKING_CHANGES_BASE_URL + "#breaking_80_search_changes";
1615

17-
public static final String AGGS_BREAKING_CHANGES_URL =
18-
"https://www.elastic.co/guide/en/elasticsearch/reference/master/migrating-8.0.html#breaking_80_aggregations_changes";
16+
public static final String AGGS_BREAKING_CHANGES_URL = BREAKING_CHANGES_BASE_URL + "#breaking_80_aggregations_changes";
1917

2018
private TransformDeprecations() {}
2119
}

0 commit comments

Comments
 (0)