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.0. 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.0'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
This commit is contained in:
Patrick McFadin 2026-05-14 12:36:21 -07:00
parent 04febb75f1
commit a1fc6c8761
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
* xref:index.adoc[Main] * xref:index.adoc[Main]
** xref:master@_:ROOT:glossary.adoc[Glossary] ** xref:master@_:ROOT:glossary.adoc[Glossary]
** xref:master@_:ROOT:bugs.adoc[How to report bugs] ** xref:master@_:ROOT:bugs.adoc[How to report bugs]
** xref:master@_:ROOT:contactus.adoc[Contact us] ** xref:master@_:ROOT:community.adoc[Contact us]

View File

@ -43,7 +43,7 @@ to do so by submitting your contribution like any other patch following
== Meta information == Meta information
* xref:master@_:ROOT:bugs.adoc[Reporting bugs] * 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:development/index.adoc[Contributing code]
* xref:master@_:ROOT:docdev/index.adoc[Contributing to the docs] * xref:master@_:ROOT:docdev/index.adoc[Contributing to the docs]
* xref:master@_:ROOT:community.adoc[Community] * xref:master@_:ROOT:community.adoc[Community]