From 052f7484227b58edf428e062eafa111f0bbb308d Mon Sep 17 00:00:00 2001 From: Volker Dusch <247397+edorian@users.noreply.github.com> Date: Thu, 24 Sep 2026 13:55:35 +0200 Subject: [PATCH] RM docs: Link to source downloads for CDN cache check With the current link the page doesn't not show what the currently released version is. Always a bit confusing when checking if the CDN cache is invalidated. Link to the source downloads directly --- docs/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-process.md b/docs/release-process.md index 08a0c0e9f637..b12759e6aa9f 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -805,7 +805,7 @@ slightly different steps. We'll call attention where the steps differ. * Make sure the tarballs are available from, e.g., `https://www.php.net/distributions/php-X.Y.Z.tar.gz` * Check the "downloads" page to make sure the new version appears: - https://www.php.net/downloads + https://www.php.net/downloads.php?source=Y * Does the news entry show up on the home page? https://www.php.net * Do the updates to the ChangeLog appear? e.g., https://www.php.net/ChangeLog-8.php