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 edaf153 commit f0b3208Copy full SHA for f0b3208
java/src/processing/mode/java/Commander.java
@@ -383,7 +383,7 @@ static void printCommandLine(PrintStream out) {
383
out.println("be passed through to the sketch itself, and therefore available to the");
384
out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),");
385
out.println("write a custom main() method so that the preprocessor does not add one.");
386
- out.println("https://github.com/processing/processing/wiki/Command-Line");
+ out.println("https://github.com/processing/processing4/wiki/Command-Line");
387
out.println();
388
}
389
0 commit comments