From db5c403225742eed51b592a812676afbd234be4e Mon Sep 17 00:00:00 2001 From: Mehrshad Darzi Date: Fri, 31 Jan 2020 12:38:36 +0330 Subject: [PATCH 1/2] Fix WP-CLI documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a71378..d945dfc 100644 --- a/README.md +++ b/README.md @@ -158,5 +158,5 @@ Once you've decided to commit the time to seeing your pull request through, plea 1. Create a feature branch for each contribution. 2. Submit your pull request early for feedback. -3. Include functional tests with your changes. [Read the WP-CLI documentation](https://wp-cli.org/docs/pull-requests/#functional-tests) for an introduction. +3. Include functional tests with your changes. [Read the WP-CLI documentation](https://make.wordpress.org/cli/handbook/pull-requests/#running-and-writing-tests) for an introduction. 4. Follow [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/). From 265a1e3cf8dee20f3710037addd142081334acb2 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Thu, 27 Oct 2022 22:38:16 -0400 Subject: [PATCH 2/2] Update URL for running and writing tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d945dfc..85d95bf 100644 --- a/README.md +++ b/README.md @@ -158,5 +158,5 @@ Once you've decided to commit the time to seeing your pull request through, plea 1. Create a feature branch for each contribution. 2. Submit your pull request early for feedback. -3. Include functional tests with your changes. [Read the WP-CLI documentation](https://make.wordpress.org/cli/handbook/pull-requests/#running-and-writing-tests) for an introduction. +3. Include functional tests with your changes. [Read the WP-CLI documentation](https://make.wordpress.org/cli/handbook/contributions/pull-requests/#running-and-writing-tests) for an introduction. 4. Follow [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/).