Skip to content

Commit 0e4736d

Browse files
authored
fix: update cli help link to relevant wiki (#1378)
1 parent fa85cd4 commit 0e4736d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/Commander.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ static void printCommandLine(PrintStream out) {
401401
out.println("be passed through to the sketch itself, and therefore available to the");
402402
out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),");
403403
out.println("write a custom main() method so that the preprocessor does not add one.");
404-
out.println("https://github.com/processing/processing/wiki/Command-Line");
404+
out.println("https://github.com/processing/processing4/wiki/Command-Line");
405405
out.println();
406406
}
407407

0 commit comments

Comments
 (0)