From 6fdc0e784cbd99ec95bc81a9fc8ef87611d14bd6 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Wed, 1 Oct 2025 21:53:35 +0300 Subject: [PATCH] docs: fix broken link --- x/checkpointing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/checkpointing/README.md b/x/checkpointing/README.md index 767dddd78..9e76b11d0 100644 --- a/x/checkpointing/README.md +++ b/x/checkpointing/README.md @@ -57,7 +57,7 @@ that is included in the next block proposal. Once a valid checkpoint is generated, it is checkpointed into the Bitcoin ledger through an off-chain program -[Vigilante Submitter](https://docs.babylonlabs.io/docs/developer-guides/modules/submitter). +[Vigilante Submitter](https://docs.babylonlabs.io/guides/architecture/vigilantes/submitter/). It is responsible for constructing Bitcoin transactions that contain outputs utilizing the [`OP_RETURN`](https://en.bitcoin.it/wiki/OP_RETURN) script code