File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/transform Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments