From a9b4baa05a07a1e9afbeb17c00ebc2029c36de0a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 7 May 2021 17:09:38 +0200 Subject: [PATCH] Update URL --- src/bin/syndicate-server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/syndicate-server.rs b/src/bin/syndicate-server.rs index 895af5d..930c5b1 100644 --- a/src/bin/syndicate-server.rs +++ b/src/bin/syndicate-server.rs @@ -169,7 +169,7 @@ async fn main() -> Result<(), Box> { info!(r" {}version {}{}", BRIGHT_YELLOW, env!("CARGO_PKG_VERSION"), NORMAL); info!(r""); info!(r" documentation & reference material: https://syndicate-lang.org/"); - info!(r" source code & bug tracker: https://git.leastfixedpoint.com/"); + info!(r" source code & bugs: https://git.syndicate-lang.org/syndicate-lang/syndicate-rs"); info!(r""); }