Skip to content

Commit

Permalink
Update support URL (paritytech#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff authored Mar 12, 2021
1 parent 79d9f4e commit a59e0e9
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 @@ -85,7 +85,7 @@ impl SubstrateCli for Cli {
}

fn support_url() -> String {
"support.anonymous.an".into()
"https://github.com/PureStake/moonbeam/issues/new".into()
}

fn copyright_start_year() -> i32 {
Expand Down Expand Up @@ -123,7 +123,7 @@ impl SubstrateCli for RelayChainCli {
}

fn support_url() -> String {
"support.anonymous.an".into()
"https://github.com/PureStake/moonbeam/issues/new".into()
}

fn copyright_start_year() -> i32 {
Expand Down

0 comments on commit a59e0e9

Please sign in to comment.