Skip to content

Commit 6e6104f

Browse files
committed
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.
1 parent 56f1d84 commit 6e6104f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/reference/migration/migrate_7_0/cluster.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// end::notable-breaking-changes[]
1111

1212
[float]
13+
[[_literal_literal_is_no_longer_allowed_in_cluster_name]]
1314
==== `:` is no longer allowed in cluster name
1415

1516
Due to cross-cluster search using `:` to separate a cluster and index name,

docs/reference/migration/migrate_7_0/indices.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Starting with 7.0.0, the default is now one shard per index.
1414
//end::notable-breaking-changes[]
1515

1616
[float]
17+
[[_literal_literal_is_no_longer_allowed_in_index_name]]
1718
==== `:` is no longer allowed in index name
1819

1920
Due to cross-cluster search using `:` to separate a cluster and index name,

0 commit comments

Comments
 (0)