Skip to content

Commit

Permalink
[DOCS] Fix links and TOC for breaking changes (#75966) (#75971)
Browse files Browse the repository at this point in the history
Co-authored-by: István Zoltán Szabó <[email protected]>
  • Loading branch information
jrodewig and szabosteve authored Aug 2, 2021
1 parent 4d4caa9 commit 1c8d3fe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
10 changes: 8 additions & 2 deletions docs/reference/migration/migrate_7_10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ your application to {es} 7.10.

See also <<release-highlights>> and <<es-release-notes>>.

// * <<breaking_710_blah_changes>>
// * <<breaking_710_blah_changes>>
* <<breaking_710_security_changes>>
* <<breaking_710_java_changes>>
* <<breaking_710_networking_changes>>
* <<breaking_710_search_changes>>
* <<breaking_710_indices_changes>>
* <<breaking_710_ml_changes>>
* <<breaking_710_mapping_changes>>
* <<breaking_710_snapshot_restore_changes>>

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand Down
8 changes: 5 additions & 3 deletions docs/reference/migration/migrate_7_12.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ your application to {es} 7.12.
See also <<release-highlights>> and <<es-release-notes>>.

* <<breaking_712_engine_changes>>
* <<breaking_712_search_changes>>
* <<breaking_712_ssl_changes>>

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand Down Expand Up @@ -81,9 +83,9 @@ LDAP authentication or access to snapshot repositories.
Most {es} deployments will not be affected by this change, as these older
TLS versions have known vulnerabilities and are no longer heavily used.
For instructions on how to enable these older TLS versions in your {es} cluster, see
{ref}/jdk-tls-versions.html#jdk-enable-tls-protocol[Enabling additional SSL/TLS versions on your JDK]
For instructions on how to enable these older TLS versions in your {es} cluster,
see {ref}/jdk-tls-versions.html#jdk-enable-tls-protocol[Enabling additional
SSL/TLS versions on your JDK].
====

////
Expand Down
15 changes: 10 additions & 5 deletions docs/reference/migration/migrate_7_13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ your application to {es} 7.13.

See also <<release-highlights>> and <<es-release-notes>>.

// * <<breaking_713_blah_changes>>
// * <<breaking_713_blah_changes>>
* <<breaking_713_mapping_changes>>
* <<breaking_713_ssl_changes>>
* <<breaking_713_frozen_multiple_data_paths_changes>>
* <<breaking_713_agg_deprecations>>
* <<breaking_713_infra_core_deprecations>>
* <<breaking_713_eql_deprecations>>
* <<breaking_713_security_changes>>

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand Down Expand Up @@ -76,9 +81,9 @@ LDAP authentication or access to snapshot repositories.
Most {es} deployments will not be affected by this change, as these older
TLS versions have known vulnerabilities and are no longer heavily used.
For instructions on how to enable these older TLS versions in your {es} cluster, see
{ref}/jdk-tls-versions.html#jdk-enable-tls-protocol[Enabling additional SSL/TLS versions on your JDK]
For instructions on how to enable these older TLS versions in your {es} cluster,
see {ref}/jdk-tls-versions.html#jdk-enable-tls-protocol[Enabling additional
SSL/TLS versions on your JDK].
====

[discrete]
Expand Down

0 comments on commit 1c8d3fe

Please sign in to comment.