From 1481d66343a5acfc682e846eae14bf71d135ae7a Mon Sep 17 00:00:00 2001 From: Joe Rowell Date: Fri, 17 Dec 2021 10:20:10 +0000 Subject: [PATCH] [ci skip] Fix "The Mysterious PHP RFC Process" link. Closes GH-7785. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df94bd50e5f..450c25fddbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ repository. Mailing list subscription is explained on the [mailing lists page](https://www.php.net/mailing-lists.php). You may also want to read -[The Mysterious PHP RFC Process](https://blogs.oracle.com/opal/entry/the_mysterious_php_rfc_process) +[The Mysterious PHP RFC Process](https://blogs.oracle.com/opal/post/the-mysterious-php-rfc-process-and-how-you-can-change-the-web) for additional notes on the best way to approach submitting an RFC. ## Writing tests