Skip to content

Commit a59e0e9

Browse files
authored
Update support URL (paritytech#281)
1 parent 79d9f4e commit a59e0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/src/command.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl SubstrateCli for Cli {
8585
}
8686

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

9191
fn copyright_start_year() -> i32 {
@@ -123,7 +123,7 @@ impl SubstrateCli for RelayChainCli {
123123
}
124124

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

129129
fn copyright_start_year() -> i32 {

0 commit comments

Comments
 (0)