Skip to content

Commit

Permalink
fix: docs: Invalid clone link in the guide (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis authored Dec 27, 2024
1 parent d7059e0 commit d2258c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/finality-provider-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- TODO: change to a specific version -->
[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 <tag>
```

Expand Down

0 comments on commit d2258c0

Please sign in to comment.