Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.9] Fixes breaking changes links in Upgrade guide (backport #3959) #3972

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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