From d2258c028f4baa5a264b31999edb517e08dd11e6 Mon Sep 17 00:00:00 2001 From: Vitalis Salis Date: Fri, 27 Dec 2024 15:56:50 +0200 Subject: [PATCH] fix: docs: Invalid clone link in the guide (#256) --- docs/finality-provider-operation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/finality-provider-operation.md b/docs/finality-provider-operation.md index 4517c882..50aaa2e8 100644 --- a/docs/finality-provider-operation.md +++ b/docs/finality-provider-operation.md @@ -70,13 +70,13 @@ go version ### 2.1. Clone the Finality Provider Repository Subsequently, clone the finality provider -[repository](https://github.com/babylonlabs-io/finality-provider) and navigate -to the `bbn-test-5` tag. - +[repository](https://github.com/babylonlabs-io/finality-provider) and checkout +to the tag you want to install. ```shell -git clone https://github.com/babylonchain/finality-provider.git +git clone https://github.com/babylonlabs-io/finality-provider.git cd finality-provider +# Use the valid tag for the network git checkout ```