From 0e4736da612a8235e37be38e71899ed9f135c17a Mon Sep 17 00:00:00 2001 From: Dino_Ww Date: Wed, 28 Jan 2026 02:18:45 +0100 Subject: [PATCH] fix: update cli help link to relevant wiki (#1378) --- java/src/processing/mode/java/Commander.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }