switch to HTTPS
This commit is contained in:
parent
1a92b30c3d
commit
3fa9b7e6f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50992
2 changed files with 4 additions and 4 deletions
|
@ -23,8 +23,8 @@ href="http://www.freebsdfoundation.org">FreeBSD Foundation</a>, <a
|
||||||
href="http://www.freebsdmall.com/">FreeBSD Mall</a>, Network
|
href="http://www.freebsdmall.com/">FreeBSD Mall</a>, Network
|
||||||
Associates Laboratories, and AT&T. Notes were taken by George
|
Associates Laboratories, and AT&T. Notes were taken by George
|
||||||
Neville-Neil, <a href="http://people.FreeBSD.org/~bmah">Bruce Mah</a>,
|
Neville-Neil, <a href="http://people.FreeBSD.org/~bmah">Bruce Mah</a>,
|
||||||
and <a href="http://www.FreeBSD.org/~rwatson">Robert Watson</a>.
|
and <a href="https://www.FreeBSD.org/~rwatson">Robert Watson</a>.
|
||||||
Markup by <a href="http://www.FreeBSD.org/~murray">Murray
|
Markup by <a href="https://www.FreeBSD.org/~murray">Murray
|
||||||
Stokely</a>.</p>
|
Stokely</a>.</p>
|
||||||
|
|
||||||
<p>These notes cover day 2, which began at 9:30am, and ended at 5:00pm.</p>
|
<p>These notes cover day 2, which began at 9:30am, and ended at 5:00pm.</p>
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<!-- Template: events -->
|
<!-- Template: events -->
|
||||||
<xsl:template match="events">
|
<xsl:template match="events">
|
||||||
<xsl:variable name="title">Upcoming FreeBSD Events</xsl:variable>
|
<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">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
|
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
|
||||||
<ttl>120</ttl>
|
<ttl>120</ttl>
|
||||||
<image>
|
<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>
|
<title><xsl:value-of select="$title" /></title>
|
||||||
<link><xsl:value-of select="$link" /></link>
|
<link><xsl:value-of select="$link" /></link>
|
||||||
</image>
|
</image>
|
||||||
|
|
Loading…
Reference in a new issue