File tree Expand file tree Collapse file tree 8 files changed +2
-9
lines changed
Expand file tree Collapse file tree 8 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ docker run --rm -it -w /shellhere/parity-bridges-common \
6262If 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
6767resource.
6868
6969## High-Level Architecture
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ version = "0.1.0"
55authors = [" Parity Technologies <admin@parity.io>" ]
66edition = " 2021"
77build = " build.rs"
8- homepage = " https://substrate.dev"
98repository = " https://github.com/paritytech/parity-bridges-common/"
109license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
1110
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "millau-runtime"
33version = " 0.1.0"
44authors = [" Parity Technologies <admin@parity.io>" ]
55edition = " 2021"
6- homepage = " https://substrate.dev"
76repository = " https://github.com/paritytech/parity-bridges-common/"
87license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
98
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "rialto-parachain-collator"
33version = " 0.1.0"
44authors = [" Parity Technologies <admin@parity.io>" ]
55edition = " 2021"
6- homepage = " https://substrate.dev"
76repository = " https://github.com/paritytech/parity-bridges-common/"
87license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
98
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "rialto-parachain-runtime"
33version = " 0.1.0"
44authors = [" Parity Technologies <admin@parity.io>" ]
55edition = " 2021"
6- homepage = " https://substrate.dev"
76repository = " https://github.com/paritytech/parity-bridges-common/"
87license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
98
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ version = "0.1.0"
55authors = [" Parity Technologies <admin@parity.io>" ]
66edition = " 2021"
77build = " build.rs"
8- homepage = " https://substrate.dev"
98repository = " https://github.com/paritytech/parity-bridges-common/"
109license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
1110
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "rialto-runtime"
33version = " 0.1.0"
44authors = [" Parity Technologies <admin@parity.io>" ]
55edition = " 2021"
6- homepage = " https://substrate.dev"
76repository = " https://github.com/paritytech/parity-bridges-common/"
87license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
98
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "bridge-runtime-common"
33version = " 0.1.0"
44authors = [" Parity Technologies <admin@parity.io>" ]
55edition = " 2021"
6- homepage = " https://substrate.dev"
76repository = " https://github.com/paritytech/parity-bridges-common/"
87license = " GPL-3.0-or-later WITH Classpath-exception-2.0"
98
You can’t perform that action at this time.
0 commit comments