Move template to homepage = "https://substrate.io/" , correct links (#10006)

* move to https://docs.substrate.io/

* cargo to https://docs.substrate.io/ homepage

* Update bin/node-template/pallets/template/src/lib.rs

Co-authored-by: Squirrel <gilescope@gmail.com>

* homepage = "https://docs.substrate.io/"

Co-authored-by: Squirrel <gilescope@gmail.com>
This commit is contained in:
Dan Shields
2021-10-13 12:55:51 -06:00
committed by GitHub
parent c9ab954289
commit aad0682c45
7 changed files with 31 additions and 30 deletions
@@ -12,8 +12,9 @@ commands for Rust's toolchains will be the same for all supported, Unix-based op
## Unix-Based Operating Systems
Substrate development is easiest on Unix-based operating systems like macOS or Linux. The examples
in the Substrate [Tutorials](https://substrate.dev/tutorials) and [Recipes](https://substrate.dev/recipes/)
use Unix-style terminals to demonstrate how to interact with Substrate from the command line.
in the Substrate [Tutorials](https://docs.substrate.io/tutorials/v3) and
[How-to Guides](https://docs.substrate.io/how-to-guides/v3) use Unix-style terminals to demonstrate
how to interact with Substrate from the command line.
### macOS