From 5b31ce13b86d2887dca6dba3e78ca67e15627723 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Mon, 20 Oct 2025 16:12:55 +0100 Subject: [PATCH 1/2] fix broken links in local biblo --- common.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/common.js b/common.js index b871b28..0c1c313 100644 --- a/common.js +++ b/common.js @@ -14,15 +14,15 @@ var ccg = { ], publisher: "University of California, Irvine." }, - "DID-METHOD-REGISTRY": { - title: "The Decentralized Identifier Method Registry", - href: "https://w3c-ccg.github.io/did-method-registry/", + "DID-METHODS": { + title: "Decentralized Identifier Methods", + href: "https://www.w3.org/TR/did-extensions-methods/", authors: [ "Manu Sporny", "Drummond Reed" ], - status: "CG-DRAFT", - publisher: "Digital Verification Community Group" + status: "WG-NOTE", + publisher: "W3C Decentralized Identifier Working Group" }, "HASHLINK": { title: "Cryptographic Hyperlinks", @@ -101,8 +101,8 @@ var ccg = { "DID-KEY": { title: "The did:key Method", subtitle: "A DID Method for Static Cryptographic Keys", - date: " 09 June 2020", - href: "https://w3c-ccg.github.io/did-method-key/", + date: " 26 March 2025", + href: "https://w3c-ccg.github.io/did-key-spec/", editors: [ "Manu Sporny", "Dmitri Zagidulin", @@ -113,7 +113,7 @@ var ccg = { "Dmitri Zagidulin", "Dave Longley" ], - status: "unofficial" + status: "CG-DRAFT" } } }; From 4838467f510765ebb5b8f0721e32325d0e87cf44 Mon Sep 17 00:00:00 2001 From: Will Abramson Date: Mon, 20 Oct 2025 16:16:02 +0100 Subject: [PATCH 2/2] remove DID methods local reference --- common.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common.js b/common.js index 0c1c313..6c12237 100644 --- a/common.js +++ b/common.js @@ -14,16 +14,6 @@ var ccg = { ], publisher: "University of California, Irvine." }, - "DID-METHODS": { - title: "Decentralized Identifier Methods", - href: "https://www.w3.org/TR/did-extensions-methods/", - authors: [ - "Manu Sporny", - "Drummond Reed" - ], - status: "WG-NOTE", - publisher: "W3C Decentralized Identifier Working Group" - }, "HASHLINK": { title: "Cryptographic Hyperlinks", date: "December 2018",