[DOCS] Changed to link specifically to 6.0 branch.
Original commit: elastic/x-pack-elasticsearch@247fd4b909
This commit is contained in:
parent
6aac2b9f11
commit
4ed7b5473c
|
@ -24,7 +24,7 @@ Example response:
|
|||
{
|
||||
"level" : "info",
|
||||
"message" : "Network settings changes",
|
||||
"url" : "{ref}/breaking_60_indices_changes.html#_index_templates_use_literal_index_patterns_literal_instead_of_literal_template_literal",
|
||||
"url" : "{ref-60}/breaking_60_indices_changes.html#_index_templates_use_literal_index_patterns_literal_instead_of_literal_template_literal",
|
||||
"details" : "templates using `template` field: watches,.monitoring-alerts,.watch-history-6,.ml-notifications,security-index-template,triggered_watches,.monitoring-es,.ml-meta,.ml-state,.monitoring-logstash,.ml-anomalies-,.monitoring-kibana"
|
||||
}
|
||||
],
|
||||
|
@ -34,7 +34,7 @@ Example response:
|
|||
{
|
||||
"level" : "info",
|
||||
"message" : "Coercion of boolean fields",
|
||||
"url" : "{ref}/breaking_60_mappings_changes.html#_coercion_of_boolean_fields",
|
||||
"url" : "{ref-60}/breaking_60_mappings_changes.html#_coercion_of_boolean_fields",
|
||||
"details" : "[[type: doc, field: spins], [type: doc, field: mlockall], [type: doc, field: node_master], [type: doc, field: primary]]"
|
||||
}
|
||||
]
|
||||
|
@ -53,7 +53,7 @@ The following is an example deprecation warning:
|
|||
{
|
||||
"level" : "info",
|
||||
"message" : "This is the generic descriptive message of the breaking change",
|
||||
"url" : "{ref}/breaking_60_indices_changes.html",
|
||||
"url" : "{ref-60}/breaking_60_indices_changes.html",
|
||||
"details" : "more information, like which nodes, indices, or settings are to blame"
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue