From bdbb44e4a352dd8eec6ada4276d719bfe181c1eb Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 8 Jul 2019 22:14:58 +1200 Subject: [PATCH] fix mix content warnings closes #2043 --- app/views/layouts/_footer.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index c2a34b496..76377dd89 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -7,5 +7,5 @@ .col-md-4#footer3 != cms_snippet_content(:footer3) %div{ style: "float: right;" } - %a{ href: "http://opendefinition.org/ossd/" } - %img{ src: "http://assets.okfn.org/images/ok_buttons/os_80x15_blue.png", alt: "" } + %a{ href: "https://opendefinition.org/ossd/" } + %img{ src: "https://assets.okfn.org/images/ok_buttons/os_80x15_blue.png", alt: "" }