diff --git a/src/util/RequestsUtil.ts b/src/util/RequestsUtil.ts index 3eeab07..032c2ee 100644 --- a/src/util/RequestsUtil.ts +++ b/src/util/RequestsUtil.ts @@ -149,6 +149,6 @@ export class RequestsUtil { // Escape all of the following characters with a backslash: [, ], \ return content.replace( /([[\]\\])/gm, '\\$1' ) - .replace( regex, '[$$](https://bugs.mojang.com/browse/$$$)' ); + .replace( regex, '[$$](https://mojira.atlassian.net/browse/$$$)' ); } }