From b7d613ace6c23cb40184260dddc696218ef0cc70 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 28 Aug 2019 13:55:12 -0700 Subject: [PATCH] Correct bug report repository link --- src/bin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin.rs b/src/bin.rs index 56e2f685..f49dc2bb 100644 --- a/src/bin.rs +++ b/src/bin.rs @@ -97,7 +97,7 @@ fn show_crash_message(message: &str) { error!("Rojo crashed!"); error!("This is a bug in Rojo."); error!(""); - error!("Please consider filing a bug: https://github.com/LPGhatguy/rojo/issues"); + error!("Please consider filing a bug: https://github.com/rojo-rbx/rojo/issues"); error!(""); error!("Details: {}", message); }