Skip to content

Commit 81ab0ed

Browse files
committed
Fix base64url reference in keyids registry entry
See #560
1 parent 199cf3c commit 81ab0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format-registry/initdata/keyids-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>Format</h2>
7676
<dd>An array of [=Decryption key ID|key ID=](s). Each element of the array is the base64url encoding of the octet sequence containing the key ID value.</dd>
7777
</dl>
7878

79-
<p class="note">See <a data-cite="eme-initdata-cenc#using-base64url">Using base64url</a>.</p>
79+
<p class="note">See <a data-cite="encrypted-media#using-base64url">Using base64url</a>.</p>
8080
<p class="note">Applications may encode the JSON string using the {{TextEncoder}} interface [[encoding]].</p>
8181
</section>
8282

0 commit comments

Comments
 (0)