diff --git a/docs/Scripting.md b/docs/Scripting.md index 81c4fa5..6232915 100644 --- a/docs/Scripting.md +++ b/docs/Scripting.md @@ -208,4 +208,4 @@ function create() { } ``` ## Need Help? -If you need any general help or something goes wrong with your script, report an issue [here](https://github.com/Joalor64GH/Rhythmo/issues). \ No newline at end of file +If you need any general help or something goes wrong with your script, report an issue [here](https://github.com/Joalor64GH/Rhythmo-SC/issues). \ No newline at end of file diff --git a/source/Main.hx b/source/Main.hx index 713b5cf..99bdaa9 100644 --- a/source/Main.hx +++ b/source/Main.hx @@ -91,12 +91,12 @@ class Main extends openfl.display.Sprite { #if windows WindowsAPI.messageBox('Error!', - 'Uncaught Error: \n: ' + msg + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo/issues', + 'Uncaught Error: \n: ' + msg + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo-SC/issues', MSG_ERROR); #else Lib.application.window.alert('Uncaught Error: \n' + msg - + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo/issues', + + '\n\nIf you think this shouldn\'t have happened, report this error to GitHub repository!\nhttps://github.com/Joalor64GH/Rhythmo-SC/issues', 'Error!'); #end Sys.exit(1);