Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 11:11:27 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50992 - in head/en_US.ISO8859-1/htdocs/events: . 2002
Message-ID:  <201709291111.v8TBBSlu003127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Fri Sep 29 11:11:27 2017
New Revision: 50992
URL: https://svnweb.freebsd.org/changeset/doc/50992

Log:
  switch to HTTPS

Modified:
  head/en_US.ISO8859-1/htdocs/events/2002/usenix-devsummit.xml
  head/en_US.ISO8859-1/htdocs/events/rss.xsl

Modified: head/en_US.ISO8859-1/htdocs/events/2002/usenix-devsummit.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/events/2002/usenix-devsummit.xml	Fri Sep 29 11:11:02 2017	(r50991)
+++ head/en_US.ISO8859-1/htdocs/events/2002/usenix-devsummit.xml	Fri Sep 29 11:11:27 2017	(r50992)
@@ -23,8 +23,8 @@ href="http://www.freebsdfoundation.org">FreeBSD Founda
 href="http://www.freebsdmall.com/">FreeBSD Mall</a>, Network
 Associates Laboratories, and AT&amp;T.  Notes were taken by George
 Neville-Neil, <a href="http://people.FreeBSD.org/~bmah">Bruce Mah</a>,
-and <a href="http://www.FreeBSD.org/~rwatson">Robert Watson</a>.
-Markup by <a href="http://www.FreeBSD.org/~murray">Murray
+and <a href="https://www.FreeBSD.org/~rwatson">Robert Watson</a>.
+Markup by <a href="https://www.FreeBSD.org/~murray">Murray
 Stokely</a>.</p>
 
 <p>These notes cover day 2, which began at 9:30am, and ended at 5:00pm.</p>

Modified: head/en_US.ISO8859-1/htdocs/events/rss.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/events/rss.xsl	Fri Sep 29 11:11:02 2017	(r50991)
+++ head/en_US.ISO8859-1/htdocs/events/rss.xsl	Fri Sep 29 11:11:27 2017	(r50992)
@@ -47,7 +47,7 @@
   <!-- Template: events -->
   <xsl:template match="events">
     <xsl:variable name="title">Upcoming FreeBSD Events</xsl:variable>
-    <xsl:variable name="link">http://www.FreeBSD.org/events/</xsl:variable>;
+    <xsl:variable name="link">https://www.FreeBSD.org/events/</xsl:variable>;
 
     <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">;
       <channel>
@@ -60,7 +60,7 @@
         <docs>http://blogs.law.harvard.edu/tech/rss</docs>;
         <ttl>120</ttl>
         <image>
-          <url>http://www.FreeBSD.org/logo/logo-full.png</url>;
+          <url>https://www.FreeBSD.org/logo/logo-full.png</url>;
           <title><xsl:value-of select="$title" /></title>
           <link><xsl:value-of select="$link" /></link>
         </image>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709291111.v8TBBSlu003127>