Skip to content

Commit b38dd80

Browse files
committed
ES-9508 Model snapshot version deprecation notice
1 parent 17127ce commit b38dd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/MlDeprecationChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static Optional<DeprecationIssue> checkModelSnapshot(ModelSnapshot modelSnapshot
9797
modelSnapshot.getJobId(),
9898
modelSnapshot.getMinVersion()
9999
),
100-
"https://www.elastic.co/guide/en/elasticsearch/reference/master/ml-upgrade-job-model-snapshot.html",
100+
"https://ela.st/es-deprecation-8-model-snapshot-version",
101101
details.toString(),
102102
false,
103103
Map.of("job_id", modelSnapshot.getJobId(), "snapshot_id", modelSnapshot.getSnapshotId())

0 commit comments

Comments
 (0)