diff --git a/java/src/processing/mode/java/Commander.java b/java/src/processing/mode/java/Commander.java index d9618578f..b5e24ba23 100644 --- a/java/src/processing/mode/java/Commander.java +++ b/java/src/processing/mode/java/Commander.java @@ -401,7 +401,7 @@ public class Commander implements RunnerListener { out.println("be passed through to the sketch itself, and therefore available to the"); out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),"); out.println("write a custom main() method so that the preprocessor does not add one."); - out.println("https://github.com/processing/processing/wiki/Command-Line"); + out.println("https://github.com/processing/processing4/wiki/Command-Line"); out.println(); }