From 685307e0526e83eb4b76766b611c3d1908aac5e0 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:49:37 +0900 Subject: [PATCH] fix invalid link README.md Setup Node Guide "https://github.com/babylonlabs-io/networks/tree/main/bbn-5/babylon-node" is invalid. Changed to "https://github.com/babylonlabs-io/networks/blob/main/bbn-test-5/babylon-node/README.md" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c15a35..3f86fc75 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ systems and consists of three core components: A Babylon network node that provides chain data and transaction submission capabilities. While not mandatory, running your own node is strongly recommended for security rather than relying on third-party RPC nodes. -See the [Setup Node Guide](https://github.com/babylonlabs-io/networks/tree/main/bbn-5/babylon-node) +See the [Setup Node Guide](https://github.com/babylonlabs-io/networks/blob/main/bbn-test-5/babylon-node/README.md) for details. 2. **Extractable One-Time Signature (EOTS) Manager**: A secure key management daemon that handles EOTS key operations,