From b4bbeef5597d0f26f845416106574f844606fb05 Mon Sep 17 00:00:00 2001 From: karangoraniya Date: Wed, 11 Sep 2024 12:40:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20docs=20:=20Fix=20broken=20link?= =?UTF-8?q?=20for=20Threshold=20signatures=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/developer-docs/multi-chain/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/multi-chain/overview.mdx b/docs/developer-docs/multi-chain/overview.mdx index 87479afdcf..2432735d8d 100644 --- a/docs/developer-docs/multi-chain/overview.mdx +++ b/docs/developer-docs/multi-chain/overview.mdx @@ -426,7 +426,7 @@ There are several building blocks available to augment non-ICP smart contracts w - **[EVM RPC canister](/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/evm-rpc-canister)**: A canister smart contract providing an on-chain API for communicating with [Ethereum](https://ethereum.org/en/) or any other [EVM blockchain](https://chainlist.org/?testnets=true). -- **[Threshold signatures](/docs/current/references/t-ecdsa-how-it-works//)**: An ICP service implementing the threshold ECDSA and threshold Schnorr protocols. +- **[Threshold signatures](/docs/current/references/t-ecdsa-how-it-works)**: An ICP service implementing the threshold ECDSA and threshold Schnorr protocols. - **[HTTPS outcalls](/docs/current/developer-docs/security/security-best-practices/https-outcalls)**: Replicated calls into external web services.