commit:     21336b65dae90ebd40021b0f252d1853e6cfbec1
Author:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 12:56:59 2017 +0000
Commit:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 12:56:59 2017 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=21336b65

Use HTTPS for dynamic mailing list links.

 _includes/partials/mailinglist.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/partials/mailinglist.html 
b/_includes/partials/mailinglist.html
index ac9fef0..8202689 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -16,7 +16,7 @@
     <div class="btn-group btn-group-xs" role="group" aria-label="Mailing list 
actions for {{ list.name }}@lists.gentoo.org">
       <a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post to this 
list" class="btn btn-default"><span class="fa fa-fw fa-send"></span></a>
       <a href="mailto:{{ list.name }}%[email protected]" 
title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw 
fa-plus-square"></span></a>
-      <a href="http://archives.gentoo.org/{{ list.name }}/" title="Archives of 
this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
+      <a href="https://archives.gentoo.org/{{ list.name }}/" title="Archives 
of this list" class="btn btn-default"><span class="fa fa-fw 
fa-archive"></span></a>
     </div>
     {% endif %}
   </td>

Reply via email to