Author: Luffy (sy-records)
Committer: Derick Rethans (derickr)
Date: 2026-06-16T11:37:41+01:00

Commit: 
https://github.com/php/web-php/commit/86f16e3e42beb28cbf9123c9aea25de9970b4e23
Raw diff: 
https://github.com/php/web-php/commit/86f16e3e42beb28cbf9123c9aea25de9970b4e23.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 59870e2ff0..e695cbed43 100644
--- a/src/Themes/ReleasePage.php
+++ b/src/Themes/ReleasePage.php
@@ -98,7 +98,7 @@ public static function getPrefooter(string $title, string 
$upgradeNow, string $d
                     <h2>$title</h2>
 
                     <div class="cta-footer-button-container">
-                        <a href="/downloads" 
class="button-primary">$upgradeNow</a>
+                        <a href="/downloads.php" 
class="button-primary">$upgradeNow</a>
                     </div>
 
                     $description

Reply via email to