From e9d7adf8fd9b6a61df3551ea1fe277d3e1567cae Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Thu, 14 Jul 2022 06:57:35 +0100 Subject: [PATCH] rm substrate.dev homepage (#1506) new docs page --- bridges/README.md | 4 ++-- bridges/bin/millau/node/Cargo.toml | 1 - bridges/bin/millau/runtime/Cargo.toml | 1 - bridges/bin/rialto-parachain/node/Cargo.toml | 1 - bridges/bin/rialto-parachain/runtime/Cargo.toml | 1 - bridges/bin/rialto/node/Cargo.toml | 1 - bridges/bin/rialto/runtime/Cargo.toml | 1 - bridges/bin/runtime-common/Cargo.toml | 1 - 8 files changed, 2 insertions(+), 9 deletions(-) diff --git a/bridges/README.md b/bridges/README.md index 3d3b177bba..d45b328b2b 100644 --- a/bridges/README.md +++ b/bridges/README.md @@ -62,8 +62,8 @@ docker run --rm -it -w /shellhere/parity-bridges-common \ If you want to reproduce other steps of CI process you can use the following [guide](https://github.com/paritytech/scripts#reproduce-ci-locally). -If you need more information about setting up your development environment Substrate's -[Getting Started](https://substrate.dev/docs/en/knowledgebase/getting-started/) page is a good +If you need more information about setting up your development environment [Substrate's +Installation page](https://docs.substrate.io/main-docs/install/) is a good resource. ## High-Level Architecture diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index 9498b73113..28bd9ed056 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -5,7 +5,6 @@ version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/bridges/bin/millau/runtime/Cargo.toml b/bridges/bin/millau/runtime/Cargo.toml index a98fc2f6c3..80858b2e31 100644 --- a/bridges/bin/millau/runtime/Cargo.toml +++ b/bridges/bin/millau/runtime/Cargo.toml @@ -3,7 +3,6 @@ name = "millau-runtime" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/bridges/bin/rialto-parachain/node/Cargo.toml b/bridges/bin/rialto-parachain/node/Cargo.toml index d73cdc6d27..26b91019c1 100644 --- a/bridges/bin/rialto-parachain/node/Cargo.toml +++ b/bridges/bin/rialto-parachain/node/Cargo.toml @@ -3,7 +3,6 @@ name = "rialto-parachain-collator" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/bridges/bin/rialto-parachain/runtime/Cargo.toml b/bridges/bin/rialto-parachain/runtime/Cargo.toml index 543e267528..ac1c1cf3d5 100644 --- a/bridges/bin/rialto-parachain/runtime/Cargo.toml +++ b/bridges/bin/rialto-parachain/runtime/Cargo.toml @@ -3,7 +3,6 @@ name = "rialto-parachain-runtime" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 6ae7eba231..fe2186ea3f 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -5,7 +5,6 @@ version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/bridges/bin/rialto/runtime/Cargo.toml b/bridges/bin/rialto/runtime/Cargo.toml index 4c6bb990e1..ff3eb703ff 100644 --- a/bridges/bin/rialto/runtime/Cargo.toml +++ b/bridges/bin/rialto/runtime/Cargo.toml @@ -3,7 +3,6 @@ name = "rialto-runtime" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 3bf778ee50..cb9f37fe66 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -3,7 +3,6 @@ name = "bridge-runtime-common" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" -homepage = "https://substrate.dev" repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"