Add doc/note link from base38-etc.md to tokens.md
diff --git a/doc/note/base38-and-fourcc.md b/doc/note/base38-and-fourcc.md
index dc51351..7a4f350 100644
--- a/doc/note/base38-and-fourcc.md
+++ b/doc/note/base38-and-fourcc.md
@@ -49,5 +49,7 @@
 - Bits `10 ..= 30` (21 bits) are the base38 value, shifted by 10.
 - Bits  `0 ..=  9` (10 bits) are the enumeration value.
 
-For example, [quirk values](/doc/note/quirks.md) use this `((base38 << 10) |
-enumeration)` scheme.
+For example:
+- [Quirk values](/doc/note/quirks.md) use this `((base38 << 10) | enumeration)`
+  scheme.
+- [Tokens](/doc/note/tokens.md) assign 21 out of 64 bits for a Base38 value.