summaryrefslogtreecommitdiff
path: root/src/download
diff options
context:
space:
mode:
Diffstat (limited to 'src/download')
-rw-r--r--src/download/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/download/index.html b/src/download/index.html
index 5c7bf90..e4415ac 100644
--- a/src/download/index.html
+++ b/src/download/index.html
@@ -219,7 +219,7 @@ __HEADER__
<h4 class="font-weight-light">Need something else?</h4>
</div>
<div class="col-12 col-md-4">
- <h3><a href="https://distfiles.adelielinux.org/adelie/1.0/iso/rc2/">Full Directory Listing</a></h3>
+ <h3><a href="https://distfiles.adelielinux.org/adelie/1.0-rc2/iso/rc2/">Full Directory Listing</a></h3>
<p><a href="https://distfiles.adelielinux.org/archive/">Historical Archives</a></p>
</div>
<div class="col-12 col-md-4">
@@ -470,7 +470,7 @@ __FOOTER__
if ($("#platform").val() === 'inst')
{
$("#downloadlink").attr("href",
- disturl + "/" + version + "/iso/" + release + "/"
+ disturl + "/" + version + "-" + release + "/iso/" + release + "/"
+ "adelie" + "-"
+ $("#platform").val() + "-"
+ $("#architecture").val() + "-"
@@ -485,7 +485,7 @@ __FOOTER__
if ($("#platform").val() === 'live')
{
$("#downloadlink").attr("href",
- disturl + "/" + version + "/iso/" + release + "/"
+ disturl + "/" + version + "-" + release + "/iso/" + release + "/"
+ "adelie" + "-"
+ $("#platform").val() + "-"
+ $("#environment").val() + "-"
@@ -501,7 +501,7 @@ __FOOTER__
if ($("#platform").val() === 'rootfs')
{
$("#downloadlink").attr("href",
- disturl + "/" + version + "/iso/" + release + "/"
+ disturl + "/" + version + "-" + release + "/iso/" + release + "/"
+ "adelie" + "-"
+ $("#platform").val() + "-"
+ $("#architecture").val() + "-"