svn commit: r45432 - head/en_US.ISO8859-1/htdocs

Gavin Atkinson gavin at FreeBSD.org
Sun Aug 10 22:55:29 UTC 2014


Author: gavin
Date: Sun Aug 10 22:55:29 2014
New Revision: 45432
URL: http://svnweb.freebsd.org/changeset/doc/45432

Log:
  Reorder twitter accounts, add @freebsdhelp, and use https over http for
  twitter links as twitter redirects http->https anyway.

Modified:
  head/en_US.ISO8859-1/htdocs/community.xsl

Modified: head/en_US.ISO8859-1/htdocs/community.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/community.xsl	Sun Aug 10 17:15:58 2014	(r45431)
+++ head/en_US.ISO8859-1/htdocs/community.xsl	Sun Aug 10 22:55:29 2014	(r45432)
@@ -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>


More information about the svn-doc-all mailing list