From 0ff3fda6a28fcb2522910dcd272c4a1af65d3412 Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Fri, 7 Jun 2024 11:08:25 +0800 Subject: [PATCH] docs: replace docs link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 544901a53..fd563739e 100644 --- a/readme.md +++ b/readme.md @@ -104,7 +104,7 @@ And the following modules are in cosmos-sdk: - `x/staking`: based on the Proof-of-Stake logic. The elected validators are responsible for the security of the Greenfield blockchain. They get involved in the governance and staking of the blockchain. -Refer to the [docs](https://github.com/bnb-chain/greenfield/tree/master/docs/modules) to dive deep into these modules. +Refer to the [docs](https://github.com/bnb-chain/greenfield/blob/master/docs/modules/storage-module.md) to dive deep into these modules. ## Running node