Skip to content

Commit

Permalink
Fix broken link. (#99)
Browse files Browse the repository at this point in the history
* Fix broken link.

* Add biblio reference to DATA-INTEGRITY.
  • Loading branch information
peacekeeper authored Dec 12, 2024
1 parent 56c7458 commit c982825
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ var ccg = {
status: "CG-DRAFT",
publisher: "Digital Verification Community Group"
},
"DATA-INTEGRITY": {
title: "Verifiable Credential Data Integrity 1.0",
href: "https://www.w3.org/TR/vc-data-integrity/",
authors: [
"Dave Longley",
"Manu Sporny"
],
status: "CRD",
publisher: "W3C Verifiable Credentials Working Group"
},
"MATRIX-URIS": {
title: "Matrix URIs - Ideas about Web Architecture",
date: "December 1996",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ <h2>Resolver Architectures</h2>
<p>Also describe mitigations against potential downsides of <a>remote bindings</a>, e.g.:</p>
<ul>
<li>A <a>DID resolver's</a> <a>remote binding</a> can use a trusted channel such as VPN or TLS with mutual authentication.</li>
<li>A <a>DID resolver</a> can add a <a href="https://w3c.github.io/ld-proofs/">proof</a>
<li>A <a>DID resolver</a> can add a data integrity proof (see [[DATA-INTEGRITY]])
to a <a>DID document</a> and/or the <a>DID resolution result</a>. Discuss what this does and doesn't achieve. Also see
<a href="https://www.w3.org/TR/did-core/#proving-control-and-binding">Proving Control and Binding</a>.</li>
<li>A client could query multiple <a>DID resolvers</a> over a <a>remote binding</a> and compare results.</li>
Expand Down

0 comments on commit c982825

Please sign in to comment.