Skip to content

Commit 661f378

Browse files
Corrects out of sync link titles in section 4.3 to json-ld spec (#955)
* Corrects out of sync link titles in section 4.3 to json-ls spec * Remove unmatched </a>
1 parent 55078af commit 661f378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,9 +1419,9 @@ <h3>Types</h3>
14191419
<p class="note">
14201420
The <a>type</a> system for the Verifiable Credentials Data Model is the same as
14211421
for [[JSON-LD]] and is detailed in
1422-
<a href="https://www.w3.org/TR/json-ld/#specifying-the-type">Section 5.4:
1422+
<a href="https://www.w3.org/TR/json-ld/#specifying-the-type">Section 3.5:
14231423
Specifying the Type</a> and
1424-
<a href="https://www.w3.org/TR/json-ld/#json-ld-grammar">Section 8: JSON-LD
1424+
<a href="https://www.w3.org/TR/json-ld/#json-ld-grammar">Section 9: JSON-LD
14251425
Grammar</a>. When using a JSON-LD context (see Section
14261426
<a href="#extensibility"></a>), this specification aliases the
14271427
<code>@type</code> keyword to <code>type</code> to make the JSON-LD documents
@@ -1717,7 +1717,7 @@ <h3>Proofs (Signatures)</h3>
17171717
and embedded proofs. An <dfn class="lint-ignore">external proof</dfn> is one
17181718
that wraps an expression of this data model, such as a JSON Web Token, which is
17191719
elaborated on in the Securing Verifiable Credentials using JSON Web Tokens
1720-
[[?VC-JWT]] specification</a>. An <dfn>embedded proof</dfn> is a mechanism where
1720+
[[?VC-JWT]] specification. An <dfn>embedded proof</dfn> is a mechanism where
17211721
the proof is included in the data, such as a Data Integrity Proof, which is
17221722
elaborated upon in Verifiable Credential Data Integrity [[?VC-DATA-INTEGRITY]].
17231723
</p>

0 commit comments

Comments
 (0)