[tor-commits] [bridgedb/develop] Fix TBB download links to remove obsolete "#downloads-beta" anchor.

isis at torproject.org isis at torproject.org
Sat Jul 26 02:45:47 UTC 2014


commit 27ffc9c2da75154799e1db7ac76d7733439f08f1
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sat Jul 26 02:36:49 2014 +0000

    Fix TBB download links to remove obsolete "#downloads-beta" anchor.
    
     * FIXES #12635.
---
 lib/bridgedb/strings.py             |    2 +-
 lib/bridgedb/templates/bridges.html |    2 +-
 lib/bridgedb/templates/howto.html   |    2 +-
 lib/bridgedb/templates/index.html   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/bridgedb/strings.py b/lib/bridgedb/strings.py
index d223f63..8da9994 100644
--- a/lib/bridgedb/strings.py
+++ b/lib/bridgedb/strings.py
@@ -212,5 +212,5 @@ BridgeDB can provide bridges with several types of Pluggable Transports[0],
 
 EMAIL_REFERENCE_LINKS = {
     "WELCOME0": "[0]: https://www.torproject.org/docs/pluggable-transports.html",
-    "HOWTO_TBB1": "[0]: https://www.torproject.org/projects/torbrowser.html.en#downloads-beta",
+    "HOWTO_TBB1": "[0]: https://www.torproject.org/projects/torbrowser.html",
 }
diff --git a/lib/bridgedb/templates/bridges.html b/lib/bridgedb/templates/bridges.html
index 1d7bb65..7e44513 100644
--- a/lib/bridgedb/templates/bridges.html
+++ b/lib/bridgedb/templates/bridges.html
@@ -32,7 +32,7 @@ ${answer}
     <div class="container-fluid" id="howto" style="align-content: left;">
       <p>
         ${_(strings.HOWTO_TBB[1]) % \
-           ("""<a href="https://www.torproject.org/projects/torbrowser.html.en#downloads-beta"
+           ("""<a href="https://www.torproject.org/projects/torbrowser.html"
                   target="_blank">""",
             """</a>""")}
         ${_(strings.HOWTO_TBB[2])}
diff --git a/lib/bridgedb/templates/howto.html b/lib/bridgedb/templates/howto.html
index 705d774..b10f1b2 100644
--- a/lib/bridgedb/templates/howto.html
+++ b/lib/bridgedb/templates/howto.html
@@ -17,7 +17,7 @@
     <div class="container-fluid" id="howto" style="align-content: left;">
       <p>
         ${_(strings.HOWTO_TBB[1]) % \
-           ("""<a href="https://www.torproject.org/projects/torbrowser.html.en#downloads-beta"
+           ("""<a href="https://www.torproject.org/projects/torbrowser.html"
                   target="_blank">""",
             """</a>""")}
         ${_(strings.HOWTO_TBB[2])}
diff --git a/lib/bridgedb/templates/index.html b/lib/bridgedb/templates/index.html
index 09ef237..469b27a 100644
--- a/lib/bridgedb/templates/index.html
+++ b/lib/bridgedb/templates/index.html
@@ -11,7 +11,7 @@
         ${_("Step %s1%s") % ("""<u>""", """</u>""")}</span>
       <span style="margin-left: 20px; margin-right: 20px;">
         ${_("Download %s Tor Browser %s") % \
-           ("""<a href="https://www.torproject.org/projects/torbrowser.html.en#downloads-beta"
+           ("""<a href="https://www.torproject.org/projects/torbrowser.html"
                   target="_blank" accesskey="1">""",
             """</a>""")}</span>
     </span>





More information about the tor-commits mailing list