Docs: Specify an ID in migration docs (#41501)

We link to these migraiton docs but we don't specify the id. This
isn't great practice in general and is preventing us from migrating to
Asciidoctor because it generates ids in a slightly different way.
This commit is contained in:
Nik Everett 2019-04-24 14:44:11 -04:00 committed by GitHub
parent ec5dd0594f
commit bb6ca25f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
// end::notable-breaking-changes[]
[float]
[[_literal_literal_is_no_longer_allowed_in_cluster_name]]
==== `:` is no longer allowed in cluster name
Due to cross-cluster search using `:` to separate a cluster and index name,

View File

@ -15,6 +15,7 @@ Previous versions of Elasticsearch defaulted to creating five shards per index.
Starting with 7.0.0, the default is now one shard per index.
[float]
[[_literal_literal_is_no_longer_allowed_in_index_name]]
==== `:` is no longer allowed in index name
Due to cross-cluster search using `:` to separate a cluster and index name,