Skip to content

Commit 7b10009

Browse files
lcawlAdam Locke
authored andcommitted
Use short URLs for transform deprecation messages (elastic#79659)
1 parent 3495237 commit 7b10009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

18-
public static final String QUERY_BREAKING_CHANGES_URL = BREAKING_CHANGES_BASE_URL + "#breaking_80_search_changes";
18+
public static final String QUERY_BREAKING_CHANGES_URL = "https://ela.st/es-deprecation-8-transform-query-options";
1919

20-
public static final String AGGS_BREAKING_CHANGES_URL = BREAKING_CHANGES_BASE_URL + "#breaking_80_aggregations_changes";
20+
public static final String AGGS_BREAKING_CHANGES_URL = "https://ela.st/es-deprecation-8-transform-aggregation-options";
2121

2222
public static final String ACTION_UPGRADE_TRANSFORMS_API = "Use the upgrade transforms API to fix your transforms.";
2323

0 commit comments

Comments
 (0)