Skip to content

Commit a1fc6c8

Browse files
committed
CASSANDRA-21342: Fix broken Antora xref/anchor targets in cassandra docs
Forward-merge of the Phase 3 A2 fix from trunk (part of commit 32826fe) 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
1 parent 04febb7 commit a1fc6c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
* xref:index.adoc[Main]
22
** xref:master@_:ROOT:glossary.adoc[Glossary]
33
** xref:master@_:ROOT:bugs.adoc[How to report bugs]
4-
** xref:master@_:ROOT:contactus.adoc[Contact us]
4+
** xref:master@_:ROOT:community.adoc[Contact us]

doc/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ to do so by submitting your contribution like any other patch following
4343

4444
== Meta information
4545
* xref:master@_:ROOT:bugs.adoc[Reporting bugs]
46-
* xref:master@_:ROOT:contactus.adoc[Contact us]
46+
* xref:master@_:ROOT:community.adoc[Contact us]
4747
* xref:master@_:ROOT:development/index.adoc[Contributing code]
4848
* xref:master@_:ROOT:docdev/index.adoc[Contributing to the docs]
4949
* xref:master@_:ROOT:community.adoc[Community]

0 commit comments

Comments
 (0)