Skip to content

Commit 4dfc23a

Browse files
committed
EditorPane: update bug URL
1 parent d0672b3 commit 4dfc23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/ui/swing/script/EditorPane.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ protected void setLanguage(final ScriptLanguage language,
500500
}
501501
catch (final NullPointerException exc) {
502502
// NB: Avoid possible NPEs in RSyntaxTextArea code.
503-
// See: http://fiji.sc/bugzilla/show_bug.cgi?id=1181
503+
// See: https://fiji.sc/bug/1181.html
504504
log.debug(exc);
505505
}
506506

0 commit comments

Comments
 (0)