Skip to content

Commit 045d5a3

Browse files
authored
Fix broken Windows builds links after new releases (#1447)
1 parent 6f5624a commit 045d5a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/download-instructions/windows-downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$baseDownloads = 'https://downloads.php.net/~windows/releases/';
2+
$baseDownloads = 'https://downloads.php.net/~windows/releases/archives/';
33

44
$dataStr = @file_get_contents(__DIR__ . '/../../backend/win-releases.json');
55
$releases = $dataStr ? json_decode($dataStr, true) : null;

0 commit comments

Comments
 (0)