Skip to content

Commit

Permalink
Update command.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Dec 11, 2021
1 parent 80b2e9b commit ca3c468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ impl SubstrateCli for Cli {
}

fn support_url() -> String {
"wiki.setheum.xyz".into()
"https://github.com/Setheum-Labs/Setheum/issues".into()
}

fn copyright_start_year() -> i32 {
2021
2019
}

fn load_spec(&self, id: &str) -> Result<Box<dyn sc_service::ChainSpec>, String> {
Expand Down

0 comments on commit ca3c468

Please sign in to comment.