We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d9f4e commit a59e0e9Copy full SHA for a59e0e9
node/src/command.rs
@@ -85,7 +85,7 @@ impl SubstrateCli for Cli {
85
}
86
87
fn support_url() -> String {
88
- "support.anonymous.an".into()
+ "https://github.com/PureStake/moonbeam/issues/new".into()
89
90
91
fn copyright_start_year() -> i32 {
@@ -123,7 +123,7 @@ impl SubstrateCli for RelayChainCli {
123
124
125
126
127
128
129
0 commit comments