From 721b7deeaec28393c19101fb74a3b3f575b464ac Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 8 Feb 2024 15:32:09 -0500 Subject: [PATCH] Fix `whats-new.adoc` ref in the `index.adoc` **Auto-cherry-pick to `6.2.x`** --- src/reference/antora/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/antora/modules/ROOT/pages/index.adoc b/src/reference/antora/modules/ROOT/pages/index.adoc index cffeb1030a..937ba56641 100644 --- a/src/reference/antora/modules/ROOT/pages/index.adoc +++ b/src/reference/antora/modules/ROOT/pages/index.adoc @@ -5,7 +5,7 @@ Welcome to the Spring Integration reference documentation! [horizontal] xref:preface.adoc#preface[Preface] :: General project info, conventions -xref:whats-new.adoc#whats-new[What's New] :: Features and changes made in the current version +xref:whats-new.adoc#whats-new-part[What's New] :: Features and changes made in the current version xref:overview.adoc[Overview] :: Introduction to EIP and its implementation in the project xref:core.adoc[Core Messaging] :: Main project abstractions and components xref:overview.adoc#overview-components-message[Message] :: Details about the message abstraction implementations