commit fe4481dfd2e87f095aeee4f8912753fc318582d3 Author: Matthew Finkel sysrqb@torproject.org Date: Mon Jul 27 02:08:51 2020 +0000
Revert "Unbreak alpha builds, too"
This reverts commit 7b192493f98eb3a5e79c26039073ff89f3231796. --- templates/macros/downloads.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/macros/downloads.html b/templates/macros/downloads.html index afecd532..49ad3de7 100644 --- a/templates/macros/downloads.html +++ b/templates/macros/downloads.html @@ -1,5 +1,5 @@ {% macro render_windows(version, alt) %} - {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + version + '/' %} + {% set download_prefix = '/dist/torbrowser/' + version + '/' %} {% if alt == 'en' %} {% set alt = 'en-US' %} {% elif alt == 'es' %} @@ -22,7 +22,7 @@ {% endmacro %}
{% macro render_mac(version, alt) %} - {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + version + '/' %} + {% set download_prefix = '/dist/torbrowser/' + version + '/' %} {% if alt == 'en' %} {% set alt = 'en-US' %} {% elif alt == 'es' %} @@ -35,7 +35,7 @@ {% endmacro %}
{% macro render_linux(version, alt) %} - {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + version + '/' %} + {% set download_prefix = '/dist/torbrowser/' + version + '/' %} {% if alt == 'en' %} {% set alt = 'en-US' %} {% elif alt == 'es' %}
tor-commits@lists.torproject.org