Skip to content

Commit

Permalink
Fixes breaking changes links in Upgrade guide (#3959)
Browse files Browse the repository at this point in the history
(cherry picked from commit d74d7f2)
  • Loading branch information
natasha-moore-elastic authored and mergify[bot] committed Sep 19, 2023
1 parent 17dc6ac commit 34f58ea
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/upgrade/upgrade-security.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ Review the {kibana-ref}/resolve-migrations-failures.html[common causes of {kib}

. Review the breaking changes for each product you use and make the necessary changes so your code is compatible with {version}.

** {stack-ref}/apm-breaking-changes.html[APM {version} breaking changes]
** {stack-ref}/beats-breaking-changes.html[Beats {version} breaking changes]
** {stack-ref}/elasticsearch-breaking-changes.html[{es} {version} breaking changes]
** {stack-ref}/security-breaking-changes.html[{elastic-sec} {version} breaking changes]
** {stack-ref}/kibana-breaking-changes.html[{kib} {version} breaking changes]
** {stack-ref}/logstash-breaking-changes.html[{ls} {version} breaking changes]
** {apm-guide-ref}/apm-breaking.html[APM {version} breaking changes]
** {beats-ref}/breaking-changes.html[Beats {version} breaking changes]
** {ref}/breaking-changes.html[{es} {version} breaking changes]
** {security-guide}/release-notes.html[{elastic-sec} {version} breaking changes]
** {kibana-ref}/release-notes.html[{kib} {version} breaking changes]
** {logstash-ref}/breaking-changes.html[{ls} {version} breaking changes]
+
. If you use any {es} plugins, ensure each plugin has a version compatible with {es} version {version}.

Expand Down Expand Up @@ -109,12 +109,12 @@ This section provides the necessary steps you need to take before upgrading to 8

First, review the breaking changes for each product you use and make the necessary changes so your code is compatible with {version}.

** {stack-ref}/apm-breaking-changes.html[APM {version} breaking changes]
** {stack-ref}/beats-breaking-changes.html[Beats {version} breaking changes]
** {stack-ref}/elasticsearch-breaking-changes.html[{es} {version} breaking changes]
** {stack-ref}/security-breaking-changes.html[{elastic-sec} {version} breaking changes]
** {stack-ref}/kibana-breaking-changes.html[{kib} {version} breaking changes]
** {stack-ref}/logstash-breaking-changes.html[{ls} {version} breaking changes]
** {apm-guide-ref}/apm-breaking.html[APM {version} breaking changes]
** {beats-ref}/breaking-changes.html[Beats {version} breaking changes]
** {ref}/breaking-changes.html[{es} {version} breaking changes]
** {security-guide}/release-notes.html[{elastic-sec} {version} breaking changes]
** {kibana-ref}/release-notes.html[{kib} {version} breaking changes]
** {logstash-ref}/breaking-changes.html[{ls} {version} breaking changes]

[float]
[[reenable-rules-upgrade]]
Expand Down

0 comments on commit 34f58ea

Please sign in to comment.