diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/x86.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index af913be..7ecfa83 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -17,9 +17,9 @@ <h4>Stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="x86" id="i686-openrc" title="Stage 3" tag="i686 | openrc" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd-mergedusr" title="Stage 3" tag="i686 | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="i686 | systemd" %} {% include partials/download-link.html type="stage3" arch="x86" id="i486-openrc" title="Stage 3" tag="i486 | openrc" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd-mergedusr" title="Stage 3" tag="i486 | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd" title="Stage 3" tag="i486 | systemd" %} </div> </div> <div class="col-xs-12 col-md-6"> |