This is an automated email from the ASF dual-hosted git repository.

pmcfadin pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-4.1 by this push:
     new 1605049780 CASSANDRA-21342: Fix broken Antora xref/anchor targets in 
cassandra docs
1605049780 is described below

commit 160504978092284940782576bc11f8e99a08f8a1
Author: Patrick McFadin <[email protected]>
AuthorDate: Thu May 14 12:35:48 2026 -0700

    CASSANDRA-21342: Fix broken Antora xref/anchor targets in cassandra docs
    
    Forward-merge of the Phase 3 A2 fix from trunk (part of commit
    32826fe563) to cassandra-4.1. Retargets the ROOT-nav and ROOT-index
    Contact us xrefs from the removed master@_:ROOT:contactus.adoc page
    to the existing master@_:ROOT:community.adoc.
    
    The fix is applied as a direct edit rather than a cherry-pick: 4.1's
    ROOT/nav.adoc has a different surrounding structure from trunk's (no
    ifndef::local-build wrapper, no development sub-nav), so a clean
    cherry-pick of the trunk patch is not possible. The net effect on
    the targeted xrefs is identical.
    
     patch by Patrick McFadin; reviewed by TBD for CASSANDRA-21342
---
 doc/modules/ROOT/nav.adoc         | 2 +-
 doc/modules/ROOT/pages/index.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/modules/ROOT/nav.adoc b/doc/modules/ROOT/nav.adoc
index 74c129c5a2..9b157e4b75 100644
--- a/doc/modules/ROOT/nav.adoc
+++ b/doc/modules/ROOT/nav.adoc
@@ -1,4 +1,4 @@
 * xref:index.adoc[Main]
 ** xref:master@_:ROOT:glossary.adoc[Glossary]
 ** xref:master@_:ROOT:bugs.adoc[How to report bugs]
-** xref:master@_:ROOT:contactus.adoc[Contact us]
+** xref:master@_:ROOT:community.adoc[Contact us]
diff --git a/doc/modules/ROOT/pages/index.adoc 
b/doc/modules/ROOT/pages/index.adoc
index 4c7a3fd36b..5e67c124b0 100644
--- a/doc/modules/ROOT/pages/index.adoc
+++ b/doc/modules/ROOT/pages/index.adoc
@@ -43,7 +43,7 @@ to do so by submitting your contribution like any other patch 
following
 
 == Meta information
 * xref:master@_:ROOT:bugs.adoc[Reporting bugs]
-* xref:master@_:ROOT:contactus.adoc[Contact us]
+* xref:master@_:ROOT:community.adoc[Contact us]
 * xref:master@_:ROOT:development/index.adoc[Contributing code]
 * xref:master@_:ROOT:docdev/index.adoc[Contributing to the docs]
 * xref:master@_:ROOT:community.adoc[Community]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to