diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-25 00:18:14 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-25 00:18:14 -0600 |
commit | d3e18115fa3cd43e312f779e3150685f2cc5bbb6 (patch) | |
tree | 9b95e7197f74cb19f04678a5985837dea968c24f | |
parent | 7b3782c1ae3f759f291bb0d7d9dc2de0e71c4f5e (diff) |
linked error message to new repo
-rw-r--r-- | ext/js/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/core.js b/ext/js/core.js index b43d08ff..5b064a36 100644 --- a/ext/js/core.js +++ b/ext/js/core.js @@ -724,7 +724,7 @@ class Logger extends EventDispatcher { if (typeof errorData !== 'undefined') { message += `\nData: ${JSON.stringify(errorData, null, 4)}`; } - message += '\n\nIssues can be reported at https://github.com/FooSoft/yomichan/issues'; + message += '\n\nIssues can be reported at https://github.com/themoeway/yomitan/issues'; switch (level) { case 'info': console.info(message); break; |