commit eb34f2212f7c7fabc5c056a478932ef6cacc76a1
Author: Mike Perry <[email protected]>
Date:   Fri Nov 15 01:29:47 2013 -0800

    Bug #10002: Make the update URL point directly at the TBB3.0 blog tag.
    
    As good a place as any for now, I guess...
---
 src/chrome/content/torbutton.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index b5aae62..2137983 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -795,8 +795,8 @@ function torbutton_notify_if_update_needed() {
 }
 
 function torbutton_download_update() {
-    // XXX: Super super ghetto, but we lack a download page for the alphas 
right now..
-    var downloadURI = 
"https://archive.torproject.org/tor-package-archive/torbrowser/3.0a4/";;
+    // XXX: We lack a download page for the alphas right now..
+    var downloadURI = "https://blog.torproject.org/category/tags/tbb-30";;
     var rtSvc = Components.classes["@mozilla.org/xre/app-info;1"]
                           .getService(Components.interfaces.nsIXULRuntime);
     downloadURI += "?os=" + rtSvc.OS + "&arch=" + rtSvc.XPCOMABI;



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to