Skip to content

Commit 9cf47e2

Browse files
alfCclaude
andcommitted
doc: fix broken API-reference cross-reference in primer (ref: -> xref:)
'ref:reference:index.adoc[...]' is not a valid Asciidoc/Antora macro, so the Getting Started link to the API reference rendered as dead text. Use 'xref:' (matching the reference module's nav). The target page-id reference:index.adoc is the mrdocs-generated API reference index (populated on CI). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a7d51a1 commit 9cf47e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/modules/ROOT/pages/primer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
In this example, we initialize a 2-dimensional array of numbers, and then we inspect the properties of this array, copy the array, and manipulate the element values.
88
The example can be followed link:https://godbolt.org/z/b8ao5Wz1T[online on Compiler Explorer].
99

10-
For the impatient you can jump directly to the documentation of the main type of this library, `multi::array` in the ref:reference:index.adoc[API reference section] to see all the operations available at once.
10+
For the impatient you can jump directly to the documentation of the main type of this library, `multi::array` in the xref:reference:index.adoc[API reference section] to see all the operations available at once.
1111

1212
The individual elements are initialized from a nested rectangular list.
1313

0 commit comments

Comments
 (0)