We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6f2e9 commit 714c094Copy full SHA for 714c094
src/util/RequestsUtil.ts
@@ -149,6 +149,6 @@ export class RequestsUtil {
149
150
// Escape all of the following characters with a backslash: [, ], \
151
return content.replace( /([[\]\\])/gm, '\\$1' )
152
- .replace( regex, '[$<ticketid>$<anchor>](https://bugs.mojang.com/browse/$<ticketid>$<query>$<anchor>)' );
+ .replace( regex, '[$<ticketid>$<anchor>](https://mojira.atlassian.net/browse/$<ticketid>$<query>$<anchor>)' );
153
}
154
0 commit comments