From cb2ff86bf41e09133e1152ba93e80188c2089fe5 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 17 Jan 2012 21:23:22 +0000 Subject: [PATCH] flip http/https --- server/djrandom/frontend/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/djrandom/frontend/templates/index.html b/server/djrandom/frontend/templates/index.html index d5e1210..6a50d5f 100644 --- a/server/djrandom/frontend/templates/index.html +++ b/server/djrandom/frontend/templates/index.html @@ -79,7 +79,7 @@ $(document).ready(function() { {% endif -%} <a href="/user/details" target="_blank"><b>{{ user.email | e }}</b></a> | <a href="/about" target="_blank">About</a> - | <a href="http://git.autistici.org/djrandom/tree/client/README.txt" target="_blank"> + | <a href="https://git.autistici.org/djrandom/tree/client/README.txt" target="_blank"> Get Client</a> | <a href="/logout">Sign out</a> </div> -- GitLab