diff --git a/eol.php b/eol.php
index 1967e9745..95255c43c 100644
--- a/eol.php
+++ b/eol.php
@@ -82,7 +82,7 @@ site_header('Unsupported Branches');
-
+
|
diff --git a/include/branches.inc b/include/branches.inc
index 1aece5cda..7aa6ed0b0 100644
--- a/include/branches.inc
+++ b/include/branches.inc
@@ -22,6 +22,7 @@ function get_eol_branches($always_include = null) {
if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['version'], 'gt')) {
$branches[$major][$branch] = array(
'date' => strtotime($release['date']),
+ 'link' => "/releases#$version",
'version' => $version,
);
}
@@ -52,6 +53,7 @@ function get_eol_branches($always_include = null) {
if ($branch = version_number_to_branch($version)) {
$branches[$major][$branch] = array(
'date' => strtotime($release['source'][0]['date']),
+ 'link' => "/downloads#v$version",
'version' => $version,
);
}