diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index c751f27256..937a243716 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -131,7 +131,7 @@ impl SubstrateCli for Cli { } fn support_url() -> String { - "https://github.com/PureStake/moonbeam/issues/new".into() + "https://github.com/moonbeam-foundation/moonbeam/issues/new".into() } fn copyright_start_year() -> i32 { @@ -180,7 +180,7 @@ impl SubstrateCli for RelayChainCli { } fn support_url() -> String { - "https://github.com/PureStake/moonbeam/issues/new".into() + "https://github.com/moonbeam-foundation/moonbeam/issues/new".into() } fn copyright_start_year() -> i32 {