diff --git a/node/Cargo.toml b/node/Cargo.toml index 6368e36..ec8c11d 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ name = 'node-template' version = '3.0.0-monthly-2021-10' description = 'A fresh FRAME-based Substrate node, ready for hacking.' authors = ['Substrate DevHub '] -homepage = 'https://docs.substrate.io/' +homepage = 'https://substrate.io/' edition = '2018' license = 'Unlicense' publish = false diff --git a/pallets/template/Cargo.toml b/pallets/template/Cargo.toml index 40a566d..84a8660 100644 --- a/pallets/template/Cargo.toml +++ b/pallets/template/Cargo.toml @@ -3,7 +3,7 @@ name = 'pallet-template' version = '3.0.0-monthly-2021-10' description = 'FRAME pallet template for defining custom runtime logic.' authors = ['Substrate DevHub '] -homepage = 'https://docs.substrate.io/' +homepage = 'https://substrate.io/' edition = '2018' license = 'Unlicense' publish = false diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 55f2008..f7b2d0d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -3,7 +3,7 @@ name = 'node-template-runtime' version = '3.0.0-monthly-2021-10' description = 'A fresh FRAME-based Substrate runtime, ready for hacking.' authors = ['Substrate DevHub '] -homepage = 'https://docs.substrate.io/' +homepage = 'https://substrate.io/' edition = '2018' license = 'Unlicense' publish = false