From 1d49c54dd41a7e9f890b7901e054b9aab987abf6 Mon Sep 17 00:00:00 2001 From: Wind4Greg Date: Fri, 28 Jun 2024 16:24:57 -0700 Subject: [PATCH] Updated context in examples 2 and 6. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f329600..e33d083 100644 --- a/index.html +++ b/index.html @@ -304,7 +304,7 @@

Multikey

{ "@context": [ "https://www.w3.org/ns/did/v1", - "https://w3id.org/security/data-integrity/v1" + "https://w3id.org/security/multikey/v1" ], "id": "did:example:123", "verificationMethod": [{ @@ -1928,7 +1928,7 @@

Ed25519Signature2020

{ "@context": [ {"myWebsite": "https://vocabulary.example/myWebsite"}, - "https://w3id.org/security/data-integrity/v1" + "https://w3id.org/security/suites/ed25519-2020/v1" ], "myWebsite": "https://hello.world.example/", "proof": {