From 4ebe6e20a27669a9f85ff80cbd1da5beff1459d0 Mon Sep 17 00:00:00 2001 From: Vijendra Kumar Date: Thu, 8 Oct 2020 09:57:31 +0530 Subject: [PATCH] fix: update new web location of Merkleproof2017 Changing to new location of Merkleproof2017 from https://w3c-dvcg.github.io/lds-merkleproof2017/ to https://w3c-ccg.github.io/lds-merkleproof2017/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0edd8d..b29c701c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Suppose the batch contains `n` certificates, and certificate `i` contains recipi The root of the Merkle tree, which is a 256-bit hash, is issued on the Bitcoin blockchain. The complete Bitcoin transaction outputs are described in 'Transaction structure'. -The Blockchain Certificate given to recipient `i` contains a [2017 Merkle Proof Signature Suite](https://w3c-dvcg.github.io/lds-merkleproof2017/)-formatted signature, proving that certificate `i` is contained in the Merkle tree. +The Blockchain Certificate given to recipient `i` contains a [2017 Merkle Proof Signature Suite](https://w3c-ccg.github.io/lds-merkleproof2017/)-formatted signature, proving that certificate `i` is contained in the Merkle tree. ![](img/blockchain_certificate_components.png)