From 7ce95095c8d0a141cf4ff96b07b9eb9c64261c0a Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Thu, 9 Aug 2018 23:50:19 +0200
Subject: [PATCH] Make RFA link https.

---
 opentech/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/templates/base.html b/opentech/templates/base.html
index 0730652a9..4285eaf19 100644
--- a/opentech/templates/base.html
+++ b/opentech/templates/base.html
@@ -183,7 +183,7 @@
                                 <svg class="icon icon--footer-credit"><use xlink:href="#bbg-logo"></use></svg>
                             </a>
 
-                            <a href="http://www.rfa.org/english/" aria-label="Link to the Radio Free Asia website">
+                            <a href="https://www.rfa.org/english/" aria-label="Link to the Radio Free Asia website">
                                 <img src="{% static 'images/radio-free-asia-logo.svg' %}" alt="logo fo radio free asia">
                             </a>
                         </div>
-- 
GitLab