[bridgedb/master] Add URLs to Torproject

commit a178fe2bedc28d03a95f0bf26478dee03cf98bd6 Author: aagbsn <aagbsn@extc.org> Date: Tue Mar 26 23:28:00 2013 +0000 Add URLs to Torproject --- lib/bridgedb/templates/index.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/bridgedb/templates/index.html b/lib/bridgedb/templates/index.html index ae1f0e5..0193a14 100644 --- a/lib/bridgedb/templates/index.html +++ b/lib/bridgedb/templates/index.html @@ -5,7 +5,8 @@ <div class="span1"> <p class="lead"><span class="step-title"> ${_("Step 1")} </span></p></div> <div class="span5 step-text"> - ${_("Get %s Tor Browser Bundle %s") % ("""<a href="#">""", "</a>")}</div> + ${_("Get %s Tor Browser Bundle %s") % \ +("""<a href="https://www.torproject.org/download/download-easy.html">""", "</a>")}</div> </div> <div class="step row"> <div class="span1"> @@ -17,7 +18,8 @@ <div class="span1"> <p class="lead"><span class="step-title"> ${_("Step 3")} </span></p></div> <div class="span5 step-text"> - ${_("Now %s add the bridges to Vidalia %s") % ("""<a href="#">""", "</a>")} + ${_("Now %s add the bridges to Tor %s") % \ + ("""<a href="https://www.torproject.org/docs/bridges#UsingBridges">""", "</a>")} </div> </div> <hr>
participants (1)
-
aagbsn@torproject.org