Skip to content

Commit 0667423

Browse files
authored
[DOCS] Fixes broken migration links (#38655)
1 parent 8f4693f commit 0667423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/migration/apis/deprecation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Example response:
5454
{
5555
"level" : "critical",
5656
"message" : "Cluster name cannot contain ':'",
57-
"url" : "{ref}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name",
57+
"url" : "{ref-70}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name",
5858
"details" : "This cluster is named [mycompany:logging], which contains the illegal character ':'."
5959
}
6060
],
@@ -64,7 +64,7 @@ Example response:
6464
{
6565
"level" : "warning",
6666
"message" : "Index name cannot contain ':'",
67-
"url" : "{ref}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name",
67+
"url" : "{ref-70}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name",
6868
"details" : "This index is named [logs:apache], which contains the illegal character ':'."
6969
}
7070
]

0 commit comments

Comments
 (0)