From 5231563958ef6f363712a5cf914f891bb5bfcd98 Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Wed, 5 Jun 2024 11:13:08 +0800 Subject: [PATCH 1/3] release: replace docs link --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 3fc7459ee..d36c2dce6 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ through decentralized applications known as BNB Greenfield dApps. These dApps pr interacting with the platform, enabling users to create and manipulate data in a secure and decentralized environment. ## Documentation -Visit our official [documentation site](https://docs.bnbchain.org/greenfield-docs/docs/guide/introduction/overview) for more info. +Visit our official [documentation site](https://docs.bnbchain.org/bnb-greenfield/introduction/) for more info. ## Quick Started @@ -83,7 +83,7 @@ $ bash ./deployment/localup/localup.sh stop bash ./deployment/localup/localup.sh start 3 3 ``` -More advanced script and command line usage, please refer to the [Tutorial](https://docs.bnbchain.org/greenfield-docs/docs/api/blockchain-cli). +More advanced script and command line usage, please refer to the [Tutorial](https://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/gnfd-cli/). ## Key Modules @@ -104,14 +104,14 @@ 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://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/modules/storage-module) to dive deep into these modules. +Refer to the [docs](https://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/events/) to dive deep into these modules. ## Running node -- [Interacting with the Node](https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/run-node/interact-node) -- [Run Local Network](https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/run-node/run-local-network) -- [Run Node](https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/run-node) -- [Become Validator](https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/run-node/become-validator) +- [Interacting with the Node](https://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/interact-node/) +- [Run Local Network](https://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/run-node/run-node/) +- [Run Node](https://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/run-node/run-node/) +- [Become Validator](https://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/run-node/become-validator/) ## Related Projects - [Greenfield-Contract](https://github.com/bnb-chain/greenfield-contracts): the cross chain contract for Greenfield that deployed on BSC network. From 597aec760f42faf00e3fad5952293807cbbdecfa Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Fri, 7 Jun 2024 10:59:11 +0800 Subject: [PATCH 2/3] docs: replace docs link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d36c2dce6..544901a53 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://docs.bnbchain.org/bnb-greenfield/greenfield-blockchain/events/) to dive deep into these modules. +Refer to the [docs](https://github.com/bnb-chain/greenfield/tree/master/docs/modules) to dive deep into these modules. ## Running node From 0ff3fda6a28fcb2522910dcd272c4a1af65d3412 Mon Sep 17 00:00:00 2001 From: BarryTong65 Date: Fri, 7 Jun 2024 11:08:25 +0800 Subject: [PATCH 3/3] 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