From 9b54c43a15cbd67121f4ce54c101fdfbe58451ef Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:19:50 +0900 Subject: [PATCH] fix invalid link README.md [Staking Script specification] "https://github.com/babylonlabs-io/babylon/blob/dev/docs/staking-script.md" is invalid. Changed to "https://github.com/babylonlabs-io/babylon/blob/main/docs/staking-script.md". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2542c..af29ae0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ verified the validity of the transactions and sent corresponding signatures. Upon a pending staking request being found, the covenant emulation daemon (`covd`), validates it against the spending rules defined in -[Staking Script specification](https://github.com/babylonlabs-io/babylon/blob/dev/docs/staking-script.md), +[Staking Script specification](https://github.com/babylonlabs-io/babylon/blob/main/docs/staking-script.md), and sends three types of signatures to the Babylon chain: 1. **Slashing signature**. This signature is an [adaptor signature](https://bitcoinops.org/en/topics/adaptor-signatures/),