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 fa85cd4 commit 0e4736dCopy full SHA for 0e4736d
java/src/processing/mode/java/Commander.java
@@ -401,7 +401,7 @@ static void printCommandLine(PrintStream out) {
401
out.println("be passed through to the sketch itself, and therefore available to the");
402
out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),");
403
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");
+ out.println("https://github.com/processing/processing4/wiki/Command-Line");
405
out.println();
406
}
407
0 commit comments