Skip to content

Commit

Permalink
[DOCS] Fixes broken migration links (#38655)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Feb 9, 2019
1 parent 8f4693f commit 0667423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/migration/apis/deprecation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Example response:
{
"level" : "critical",
"message" : "Cluster name cannot contain ':'",
"url" : "{ref}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name",
"url" : "{ref-70}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name",
"details" : "This cluster is named [mycompany:logging], which contains the illegal character ':'."
}
],
Expand All @@ -64,7 +64,7 @@ Example response:
{
"level" : "warning",
"message" : "Index name cannot contain ':'",
"url" : "{ref}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name",
"url" : "{ref-70}/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name",
"details" : "This index is named [logs:apache], which contains the illegal character ':'."
}
]
Expand Down

0 comments on commit 0667423

Please sign in to comment.