Skip to content

Commit c212df5

Browse files
authored
Fix incorrect context URL in examples.
1 parent 0ad7383 commit c212df5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3665,7 +3665,7 @@ <h3>Zero-Knowledge Proofs</h3>
36653665
title="Verifiable credential using the Data Integrity BBS Cryptosuite with a Base Proof">
36663666
{
36673667
"@context": [
3668-
"https://www.w3.org/2018/credentials/v2",
3668+
"https://www.w3.org/ns/credentials/v2",
36693669
"https://w3id.org/citizenship/v3"
36703670
],
36713671
"type": ["VerifiableCredential", "PermanentResidentCard"],
@@ -3711,11 +3711,11 @@ <h3>Zero-Knowledge Proofs</h3>
37113711
<pre class="example nohighlight"
37123712
title="Verifiable presentation using the Data Integrity BBS Cryptosuite with a derived credential and proof">
37133713
{
3714-
@context: "https://www.w3.org/2018/credentials/v2"
3714+
@context: "https://www.w3.org/ns/credentials/v2"
37153715
type: "VerifiablePresentation",
37163716
verifiableCredential: {
37173717
"@context": [
3718-
"https://www.w3.org/2018/credentials/v2",
3718+
"https://www.w3.org/ns/credentials/v2",
37193719
"https://w3id.org/citizenship/v3"
37203720
],
37213721
"type": ["VerifiableCredential", "PermanentResidentCard"],
@@ -4470,7 +4470,7 @@ <h3>Media Type Precision</h3>
44704470
</li>
44714471
<li>
44724472
Ensure that the first element of the `@context` property matches
4473-
`https://www.w3.org/2018/credentials/v2`.
4473+
`https://www.w3.org/ns/credentials/v2`.
44744474
</li>
44754475
<li>
44764476
Assume an `application/vp` media type if the JSON document contains a top-level

0 commit comments

Comments
 (0)