[PHP-WEBMASTER] [web-php] master: Update download link to point to downloads.php

Author: vincent bruneau (vincent-bru)
Committer: Derick Rethans (derickr)
Date: 2026-06-16T11:37:41+01:00

Commit: Update download link to point to downloads.php · php/web-php@0ce3b82 · GitHub
Raw diff: https://github.com/php/web-php/commit/0ce3b825b29d788cbda61d481e388b28decbc309.diff

Update download link to point to downloads.php

Changed paths:
  M src/Themes/ReleasePage.php

Diff:

diff --git a/src/Themes/ReleasePage.php b/src/Themes/ReleasePage.php
index 7419d43752..59870e2ff0 100644
--- a/src/Themes/ReleasePage.php
+++ b/src/Themes/ReleasePage.php
@@ -67,7 +67,7 @@ public static function getHeroSection(

                 <div class="hero-actions">
                     $featuresLink
- <a href="/downloads" class="button-secondary">$upgradeNow</a>
+ <a href="/downloads.php" class="button-secondary">$upgradeNow</a>
                 </div>
             </div>
         </section>