Skip to content

Commit 3747f4f

Browse files
committed
Fix diagram link text.
1 parent fd313af commit 3747f4f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

doc/modules/ROOT/pages/exports.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,13 @@ The name itself is encoded in a surprisingly baroque way, explained in <<devices
295295
[#artist-rows]
296296
=== Artist Rows
297297

298-
Artist rows hold an Artist name and ID, with the structure shown in <<artist-row-near>> or
299-
<<artist-row-far>>.
298+
Artist rows hold an Artist name and ID, with the structure shown in <<artist-row-near,Artist row with nearby name>> or
299+
<<artist-row-far,Artist row with far name>>.
300300
The _subtype_ value at bytes{nbsp}``00``-`01` determines which variant is used.footnote:subtype[]
301+
301302
If the artist name is short enough and was allocated close enough to the row to be reached by a single
302-
byte offset, _subtype_ has the value `0060`, and the row has the structure in <<artist-row-near>>
303-
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0064` and the row has the structure in <<artist-row-far>>
303+
byte offset, _subtype_ has the value `0060`, and the row has the structure in <<artist-row-near,Artist row with nearby name>>.
304+
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0064` and the row has the structure in <<artist-row-far,Artist row with far name>>.
304305

305306
[#artist-row-near]
306307
.Artist row with nearby name.
@@ -539,12 +540,13 @@ Tags provide a flexible way for DJs to categorize tracks, supported by the “My
539540
Tags have names, and can be assigned to any number of tracks.
540541
Tags themselves can be grouped into categories, which are stored in the same table.
541542

542-
Tag rows have the structure shown in <<tag-row-near>> or
543-
<<tag-row-far>>.
543+
Tag rows have the structure shown in <<tag-row-near,Tag row with nearby name>> or
544+
<<tag-row-far,Tag row with far name>>.
544545
The _subtype_ value at bytes{nbsp}``00``-`01` determines which variant is used.footnote:subtype[]
546+
545547
If the tag name is short enough and was allocated close enough to the row to be reached by a single
546-
byte offset, _subtype_ has the value `0680`, and the row has the structure in <<tag-row-near>>
547-
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0684` and the row has the structure in <<tag-row-far>>
548+
byte offset, _subtype_ has the value `0680`, and the row has the structure in <<tag-row-near,Tag row with nearby name>>.
549+
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0684` and the row has the structure in <<tag-row-far,Tag row with far name>>.
548550

549551
[#tag-row-near]
550552
.Tag row with nearby name.

0 commit comments

Comments
 (0)