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
@@ -3,7 +3,7 @@ name = 'pallet-template'
version = "3.0.0"
description = "FRAME pallet template for defining custom runtime logic."
authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']
homepage = "https://substrate.dev"
homepage = "https://substrate.io/"
edition = '2018'
license = "Unlicense"
publish = false