From 2dd510448ce2f6ead3ac0b3d2b819b4d2c4fcd16 Mon Sep 17 00:00:00 2001 From: Evan Tedesco Date: Wed, 2 Nov 2022 11:26:43 -0600 Subject: [PATCH] Fix broken link to threshold signatures article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5368b2..6b4fa464 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Threshold ECDSA includes two protocols: - Signing for using the secret shares to generate a signature. ECDSA is used extensively for crypto-currencies such as Bitcoin, Ethereum (secp256k1 curve), NEO (NIST P-256 curve) and much more. -This library can be used to create MultiSig and ThresholdSig crypto wallet. For a full background on threshold signatures please read our Binance academy article [Threshold Signatures Explained](https://www.binance.vision/security/threshold-signatures-explained). +This library can be used to create MultiSig and ThresholdSig crypto wallet. For a full background on threshold signatures please read our Binance academy article [Threshold Signatures Explained](https://academy.binance.com/en/articles/threshold-signatures-explained). ## Library Introduction The library was built with four core design principles in mind: