commit ea8e9945f47613c43bdea3579c053024c39fda34 Author: Matthew Finkel sysrqb@torproject.org Date: Sun Jul 26 19:32:23 2020 +0000
Point Tor Browser downloads at archive.tpo
We're in the process of unbreaking it, but it'll take some time. --- lego | 2 +- templates/hero-download.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lego b/lego index 7f2289bf..fb083d69 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 7f2289bf68685da40878bb09ee91346057c443d3 +Subproject commit fb083d69aa0191f891d1e3243db89e474a1c8c0d diff --git a/templates/hero-download.html b/templates/hero-download.html index eabd2e40..b9577940 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -10,7 +10,7 @@ <div class="oval-2 bg-darker"> {% set alt_l = alt %} {% set t = bag('versions', 'torbrowser-stable') %} - {% set download_prefix = '/dist/torbrowser/' + t.version + '/' %} + {% set download_prefix = 'https://archive.torproject.org/tor-package-archive/torbrowser/' + t.version + '/' %} {% if alt_l == 'en' %} {% set alt_l = 'en-US' %} {% elif alt_l == 'es' %}
tor-commits@lists.torproject.org