From b19b99532fbf8a91c1784460fa86277427483c0b Mon Sep 17 00:00:00 2001 From: Drew Tate Date: Tue, 16 Jan 2024 10:56:21 -0700 Subject: [PATCH] [Docs] Remove broken weak links fix plan (#174932) ## Summary The broken weak links problem wasn't fixed in 8.1, so this statement is now confusing. An aliasing workaround [was added](https://github.com/elastic/kibana/pull/149021) in 8.8 for those customers who need it. Better solutions - use the [new links panel](https://www.elastic.co/guide/en/kibana/current/dashboard-links.html) for navigation between dashboards - use [shareable dashboards](https://github.com/elastic/kibana/issues/167901) to make analytics stuff available in multiple spaces instead of copying (not yet available) --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index f8d0390c61a82..9b0c49596eeef 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -5794,7 +5794,7 @@ conditions are true: In 8.0.0 and later, weak links break because <>. This applies to both the UI and the API. -This issue will be fixed 8.0.1 and 8.1.0. For more information, refer to {kibana-issue}123550[#123550]. +For more information, refer to {kibana-issue}123550[#123550]. *Impact* + Saved objects in 7.x that are migrated during upgrade are **not** impacted.