Correct bug report repository link

This commit is contained in:
Lucien Greathouse
2019-08-28 13:55:12 -07:00
parent 68dbb31272
commit b7d613ace6

View File

@@ -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);
}