Skip to content

Commit 8e38fae

Browse files
twisspanva
authored andcommitted
Fix broken links
1 parent d1fc174 commit 8e38fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h4>Key Usages</h4>
275275
enum KeyUsage { "encrypt", "decrypt", "sign", "verify", "deriveKey", "deriveBits", "wrapKey", "unwrapKey", "encapsulateKey", "encapsulateBits", "decapsulateKey", "decapsulateBits" };
276276
</pre>
277277
<p>
278-
This specification specifies a number of new <a data-cite="webcrypto#dfn-RecognizedKeyUsages">recognized key usage values</a>:
278+
This specification specifies a number of new <a data-cite="webcrypto#dfn-RecognizedKeyUsage">recognized key usage values</a>:
279279
</p>
280280
<dl data-dfn-for=KeyUsage>
281281
<dt><dfn data-idl>encapsulateKey</dfn></dt>
@@ -6610,7 +6610,7 @@ <h5>Export Key</h5>
66106610
</li>
66116611
<li>
66126612
<p>
6613-
Let |data| be an <a data-cite="webcrypto#byte-sequence-containing">byte sequence containing</a> |bits|.
6613+
Let |data| be an <a data-cite="webcrypto#dfn-byte-sequence-containing">byte sequence containing</a> |bits|.
66146614
</p>
66156615
</li>
66166616
<li>

0 commit comments

Comments
 (0)