diff --git a/README.md b/README.md index b45a673397..2b20f38da5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/bittensor) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -This repository contains Bittensor's substrate-chain. Subtensor contains the trusted logic which: +This repository contains [Bittensor](https://docs.learnbittensor.org)'s substrate-chain. Subtensor contains the trusted logic which: 1. Runs Bittensor's [consensus mechanism](./docs/consensus.md); 2. Advertises neuron information, IPs, etc., and @@ -57,11 +57,11 @@ Requirements: ## For Subnet Development -If you are developing and testing subnet incentive mechanism, you will need to run a local subtensor node. Follow the detailed step-by-step instructions provided in the [**Subtensor Nodes** section in Bittensor Developer Documentation](https://docs.bittensor.com/subtensor-nodes). +If you are developing and testing subnet incentive mechanism, you will need to run a local subtensor node. Follow the detailed step-by-step instructions provided in the [**Subtensor Nodes** section in Bittensor Developer Documentation](https://docs.learnbittensor.org/subtensor-nodes). ### Lite node vs Archive node -For an explanation of lite node, archive node and how you can run your local subtensor node in these modes, see [Lite node vs archive node](https://docs.bittensor.com/subtensor-nodes#lite-node-vs-archive-node) section on [Bittensor Developer Docs](https://docs.bittensor.com/). +For an explanation of lite node, archive node and how you can run your local subtensor node in these modes, see [Lite node vs archive node](https://docs.learnbittensor.org/subtensor-nodes#lite-node-vs-archive-node) section on [Bittensor Developer Docs](https://docs.learnbittensor.org/). --- diff --git a/docs/running-subtensor-locally.md b/docs/running-subtensor-locally.md index 070d4edb50..5952c496c7 100644 --- a/docs/running-subtensor-locally.md +++ b/docs/running-subtensor-locally.md @@ -1,7 +1,7 @@ # Running subtensor node locally For General information on running Subtensors, see -[**Subtensor Nodes** section in Bittensor Developer Documentation](https://docs.bittensor.com/subtensor-nodes). +[**Subtensor Nodes** section in Bittensor Developer Documentation](https://docs.learnbittensor.org/subtensor-nodes). ### Running a localnet subtensor node