Skip to content

Commit 714c094

Browse files
authored
Update request url from internal view (#306)
1 parent 5b6f2e9 commit 714c094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/RequestsUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ export class RequestsUtil {
149149

150150
// Escape all of the following characters with a backslash: [, ], \
151151
return content.replace( /([[\]\\])/gm, '\\$1' )
152-
.replace( regex, '[$<ticketid>$<anchor>](https://bugs.mojang.com/browse/$<ticketid>$<query>$<anchor>)' );
152+
.replace( regex, '[$<ticketid>$<anchor>](https://mojira.atlassian.net/browse/$<ticketid>$<query>$<anchor>)' );
153153
}
154154
}

0 commit comments

Comments
 (0)