Skip to content

Commit 92ab66f

Browse files
committed
Update download link to use query parameters for version
1 parent fee9144 commit 92ab66f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supported-versions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
?>
6464
<tr class="<?php echo $state ?>">
6565
<td>
66-
<a href="/downloads.php#v<?php echo htmlspecialchars($release['version']) ?>"><?php echo htmlspecialchars($branch) ?></a>
66+
<a href="/downloads.php?version=<?php echo htmlspecialchars($branch) ?>"><?php echo htmlspecialchars($branch) ?></a>
6767
</td>
6868
<td><?php echo htmlspecialchars($initial->format('j M Y')) ?></td>
6969
<td class="collapse-phone"><em><?php echo htmlspecialchars(format_interval($initial, $now)) ?></em></td>

0 commit comments

Comments
 (0)