From b7250b0028d3506384f41e8c0d3392111a60a069 Mon Sep 17 00:00:00 2001 From: Kamran Abdul Aziz Date: Sat, 30 May 2026 18:05:01 +0530 Subject: [PATCH] Update plugin unit tests support link --- how-to/plugin-unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/plugin-unit-tests.md b/how-to/plugin-unit-tests.md index b5fd4c14..1fedac71 100644 --- a/how-to/plugin-unit-tests.md +++ b/how-to/plugin-unit-tests.md @@ -65,7 +65,7 @@ NOTE: This script can be run multiple times without errors, but it will *not* ov phpunit ``` -If you have trouble running the install script or PHPUnit, check [Support section](http://wp-cli.org/#support) for help and answers to common issues. +If you have trouble running the install script or PHPUnit, check the [common issues guide](https://make.wordpress.org/cli/handbook/guides/common-issues/) for help and answers to common issues. ## Integrating WP Unit Testing in Windows