From eb418448ebca5abc01922765898d25f5e8eb474e Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Thu, 27 Oct 2022 05:45:55 -0400 Subject: [PATCH] Update support URL --- substrate/node/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/node/src/command.rs b/substrate/node/src/command.rs index 03fbc533..683923ad 100644 --- a/substrate/node/src/command.rs +++ b/substrate/node/src/command.rs @@ -29,7 +29,7 @@ impl SubstrateCli for Cli { } fn support_url() -> String { - "serai.exchange".to_string() + "https://github.com/serai-dex/serai/issues/new".to_string() } fn copyright_start_year() -> i32 {