Skip to content

Commit e9d7adf

Browse files
nuke-web3bkchr
authored andcommitted
rm substrate.dev homepage (#1506)
new docs page
1 parent a2dcb1b commit e9d7adf

File tree

8 files changed

+2
-9
lines changed

8 files changed

+2
-9
lines changed

bridges/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ docker run --rm -it -w /shellhere/parity-bridges-common \
6262
If you want to reproduce other steps of CI process you can use the following
6363
[guide](https://github.com/paritytech/scripts#reproduce-ci-locally).
6464

65-
If you need more information about setting up your development environment Substrate's
66-
[Getting Started](https://substrate.dev/docs/en/knowledgebase/getting-started/) page is a good
65+
If you need more information about setting up your development environment [Substrate's
66+
Installation page](https://docs.substrate.io/main-docs/install/) is a good
6767
resource.
6868

6969
## High-Level Architecture

bridges/bin/millau/node/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
edition = "2021"
77
build = "build.rs"
8-
homepage = "https://substrate.dev"
98
repository = "https://github.com/paritytech/parity-bridges-common/"
109
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1110

bridges/bin/millau/runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "millau-runtime"
33
version = "0.1.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
6-
homepage = "https://substrate.dev"
76
repository = "https://github.com/paritytech/parity-bridges-common/"
87
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
98

bridges/bin/rialto-parachain/node/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "rialto-parachain-collator"
33
version = "0.1.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
6-
homepage = "https://substrate.dev"
76
repository = "https://github.com/paritytech/parity-bridges-common/"
87
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
98

bridges/bin/rialto-parachain/runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "rialto-parachain-runtime"
33
version = "0.1.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
6-
homepage = "https://substrate.dev"
76
repository = "https://github.com/paritytech/parity-bridges-common/"
87
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
98

bridges/bin/rialto/node/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
edition = "2021"
77
build = "build.rs"
8-
homepage = "https://substrate.dev"
98
repository = "https://github.com/paritytech/parity-bridges-common/"
109
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1110

bridges/bin/rialto/runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "rialto-runtime"
33
version = "0.1.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
6-
homepage = "https://substrate.dev"
76
repository = "https://github.com/paritytech/parity-bridges-common/"
87
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
98

bridges/bin/runtime-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "bridge-runtime-common"
33
version = "0.1.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
6-
homepage = "https://substrate.dev"
76
repository = "https://github.com/paritytech/parity-bridges-common/"
87
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
98

0 commit comments

Comments
 (0)