Skip to content

Commit

Permalink
Fix context URL location.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jun 13, 2022
1 parent b9654a4 commit 5080b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contexts/v1.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@protected": true,

"VerifiableCredentialRefreshService2021": {
"@id": "https://w3id.org/vc-refresh-2021#VerifiableCredentialRefreshService2021",
"@id": "https://w3id.org/vc-refresh-service#VerifiableCredentialRefreshService2021",
"@context": {
"@protected": true,

Expand All @@ -26,7 +26,7 @@
},

"MediatedRefreshService2021": {
"@id": "https://w3id.org/vc-refresh-2021#MediatedRefreshService2021",
"@id": "https://w3id.org/vc-refresh-service#MediatedRefreshService2021",
"@context": {
"@protected": true,

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h1>Refresh Data Model</h1>
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://www.w3.org/2018/credentials/examples/v1",
"https://w3id.org/vc-refresh-2021/v1"
"https://w3id.org/vc-refresh-service/v1"
],
"id": "http://example.edu/credentials/3732",
"type": ["VerifiableCredential", "UniversityDegreeCredential"],
Expand Down Expand Up @@ -307,7 +307,7 @@ <h1>Refresh Data Model</h1>
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://www.w3.org/2018/credentials/examples/v1",
"https://w3id.org/vc-refresh-2021/v1"
"https://w3id.org/vc-refresh-service/v1"
],
"id": "http://example.edu/credentials/3732",
"type": ["VerifiableCredential", "UniversityDegreeCredential"],
Expand Down

0 comments on commit 5080b85

Please sign in to comment.