Update URL

This commit is contained in:
Tony Garnock-Jones 2021-05-07 17:09:38 +02:00
parent b86ff843c2
commit a9b4baa05a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
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"");
}