From 3d9a38478098607dc61b05b38bd9d31bd749300e Mon Sep 17 00:00:00 2001 From: Gavin Atkinson <gavin@FreeBSD.org> Date: Sun, 10 Aug 2014 22:55:29 +0000 Subject: [PATCH] Reorder twitter accounts, add @freebsdhelp, and use https over http for twitter links as twitter redirects http->https anyway. --- en_US.ISO8859-1/htdocs/community.xsl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/community.xsl b/en_US.ISO8859-1/htdocs/community.xsl index 7edc4f8428..4917f96daf 100644 --- a/en_US.ISO8859-1/htdocs/community.xsl +++ b/en_US.ISO8859-1/htdocs/community.xsl @@ -151,10 +151,11 @@ href="http://www.facebook.com">Facebook</a> and a <a href="http://www.linkedin.com/groups?gid=47628">FreeBSD Group</a> on <a href="http://www.linkedin.com">LinkedIn</a>.</li> <li>You can follow - <a href="http://twitter.com/freebsdblogs">@freebsdblogs</a>, - <a href="http://twitter.com/freebsd">@freebsd</a>, or - <a href="http://twitter.com/bsdevents">@bsdevents</a> - on <a href="http://twitter.com">Twitter</a>.</li> + <a href="https://twitter.com/freebsd">@freebsd</a>, + <a href="https://twitter.com/freebsdhelp">@freebsdhelp</a>, + <a href="https://twitter.com/freebsdblogs">@freebsdblogs</a>, or + <a href="https://twitter.com/bsdevents">@bsdevents</a> + on <a href="https://twitter.com">Twitter</a>.</li> </ul> </xsl:template> </xsl:stylesheet>