commit 1eec4a845a3e1c0bcc98375bfbd3973bbdc79014 Author: Arlo Breault arlolra@gmail.com Date: Tue Dec 3 10:35:42 2013 -0800
Use https link to StackExchange
Thanks Roger --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html index 11031ef..d21744c 100644 --- a/public/index.html +++ b/public/index.html @@ -44,7 +44,7 @@ {{ GetText .Lang "The short user manual contains information about how to download Tor, how to use it, and what to do if Tor is unable to connect to the network." }}</p> </div> <div class="other"> - <p><a href="http://tor.stackexchange.com/">{{ GetText .Lang "Tor Q&A Site" }}</a> + <p><a href="https://tor.stackexchange.com/">{{ GetText .Lang "Tor Q&A Site" }}</a> {{ GetText .Lang "Questions and answers site for researchers, developers, and users of Tor. Hosted on StackExchange. Currently only available in English." }}</p> </div> {{ end }}
tor-commits@lists.torproject.org