mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
Point documentation links to monorepo (#1741)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Substrate Cumulus Parachain Template
|
||||
|
||||
A new [Cumulus](https://github.com/paritytech/cumulus/)-based Substrate node, ready for hacking ☁️..
|
||||
A new [Cumulus](https://github.com/paritytech/polkadot-sdk/tree/master/cumulus)-based Substrate node, ready for hacking ☁️..
|
||||
|
||||
This project is originally a fork of the
|
||||
[Substrate Node Template](https://github.com/substrate-developer-hub/substrate-node-template)
|
||||
@@ -10,7 +10,7 @@ modified to include dependencies required for registering this node as a **parat
|
||||
The stand-alone version of this template is hosted on the
|
||||
[Substrate Devhub Parachain Template](https://github.com/substrate-developer-hub/substrate-parachain-template/)
|
||||
for each release of Polkadot. It is generated directly to the upstream
|
||||
[Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template)
|
||||
[Parachain Template in Cumulus](https://github.com/paritytech/polkadot-sdk/tree/master/cumulus/parachain-template)
|
||||
at each release branch using the
|
||||
[Substrate Template Generator](https://github.com/paritytech/substrate-template-generator/).
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ impl SubstrateCli for Cli {
|
||||
}
|
||||
|
||||
fn support_url() -> String {
|
||||
"https://github.com/paritytech/cumulus/issues/new".into()
|
||||
"https://github.com/paritytech/polkadot-sdk/issues/new".into()
|
||||
}
|
||||
|
||||
fn copyright_start_year() -> i32 {
|
||||
@@ -86,7 +86,7 @@ impl SubstrateCli for RelayChainCli {
|
||||
}
|
||||
|
||||
fn support_url() -> String {
|
||||
"https://github.com/paritytech/cumulus/issues/new".into()
|
||||
"https://github.com/paritytech/polkadot-sdk/issues/new".into()
|
||||
}
|
||||
|
||||
fn copyright_start_year() -> i32 {
|
||||
|
||||
Reference in New Issue
Block a user