From 2a231297dddb295131d8045cbffbdda71360c0d8 Mon Sep 17 00:00:00 2001 From: RumeelHussain <35759187+RumeelHussain@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:59:05 +0500 Subject: [PATCH] Update README.md Updated links to Core official docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2162fbb92..08b28c1e7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874 )](https://pkg.go.dev/github.com/ethereum/go-ethereum?tab=doc) [![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.com/invite/coredaoofficial) -More details in [White Paper](https://docs.coredao.org/). +More details in [White Paper](https://whitepaper.coredao.org/). ## Key features @@ -66,7 +66,7 @@ on how you can run your own `geth` instance. ### Hardware Requirements -The hardware must meet certain requirements to run a full node. Please check [How to run a core fullnode](https://docs.coredao.org/developer/become-a-validator/validators/core-full-nodes). +The hardware must meet certain requirements to run a full node. Please check [How to run a core fullnode](https://docs.coredao.org/docs/Node/Full-Node/on-mainnet#hardware-specifications-for-full-nodes-on-core-mainnet). ```shell $ geth console @@ -93,7 +93,7 @@ Steps: 3. Start your fullnode: `./geth --config ./config.toml --datadir ./node`. 4. Or start a validator node: `./geth --config ./config.toml --datadir ./node -unlock ${validatorAddr} --mine --allow-insecure-unlock`. The ${validatorAddr} is the wallet account address of your running validator node. -More details about [running a node](https://docs.coredao.org/developer/become-a-validator/validators/core-full-nodes) and [becoming a validator](https://docs.coredao.org/developer/become-a-validator/validators/validator-registration). +More details about [running a node](https://docs.coredao.org/docs/Node/validator/running-validator) and [becoming a validator](https://docs.coredao.org/docs/Node/validator/validator-register). *Note: Although there are some internal protective measures to prevent transactions from crossing over between the main network and test network, you should make sure to always @@ -192,4 +192,4 @@ also included in our repository in the `COPYING.LESSER` file. The core binaries (i.e. all code inside of the `cmd` directory) is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also -included in our repository in the `COPYING` file. \ No newline at end of file +included in our repository in the `COPYING` file.