From 65a5ac46017df99dcb19ab623dcf6b17bbbadf93 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 14 Sep 2023 06:09:12 -0400 Subject: [PATCH] [8.4] [DOCS] Fix broken link in Kibana release highlights (#166348) **Problem:** In https://github.com/elastic/docs/pull/2752, we updated the URL prefix and name for the "Welcome to Elastic Docs" docs. However, we still have some stray links that use the old `/welcome-to-elastic` URL prefix **Solution:** Replace the outdated link with one that uses an attribute. --- docs/user/whats-new.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/whats-new.asciidoc b/docs/user/whats-new.asciidoc index 3a5d308156bb5..6676890f692ea 100644 --- a/docs/user/whats-new.asciidoc +++ b/docs/user/whats-new.asciidoc @@ -16,7 +16,7 @@ Previous versions: {kibana-ref-all}/8.3/whats-new.html[8.3] | {kibana-ref-all}/8 [[highlights-8.4-release-docs]] === Elastic release docs now in one place With the new -https://www.elastic.co/guide/en/welcome-to-elastic/current/new.html[Check out the latest from Elastic] page, +{estc-welcome-current}/new.html[Check out the latest from Elastic] page, you can easily find all the latest information about Elastic features and updates in a single location. This includes release highlights, breaking changes, bug fixes, and more.