svn commit: r50960 - head/share/xml
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wosch
Date: Fri Sep 29 09:54:04 2017
New Revision: 50960
URL: https://svnweb.freebsd.org/changeset/doc/50960
Log:
switch to HTTPS
PR: 222676
Modified:
head/share/xml/freebsd-xhtml-common.xsl
Modified: head/share/xml/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xml/freebsd-xhtml-common.xsl Fri Sep 29 09:46:32 2017 (r50959)
+++ head/share/xml/freebsd-xhtml-common.xsl Fri Sep 29 09:54:04 2017 (r50960)
@@ -54,7 +54,7 @@
at <a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
<p align="center"><small>Questions that are not answered by the
- <a href="http://www.FreeBSD.org/docs.html">documentation</a> may be
+ <a href="https://www.FreeBSD.org/docs.html">documentation</a> may be
sent to <<a href="mailto:[email protected]">[email protected]</a>>.<br/>
Send questions about this document to <<a href="mailto:[email protected]">[email protected]</a>>.</small></p>
</xsl:template>
@@ -91,7 +91,7 @@
</xsl:template>
<xsl:template match="db:package">
- <xsl:variable name="url" select="concat('http://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
+ <xsl:variable name="url" select="concat('https://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
<a class="package" href="{$url}">
<xsl:apply-templates/>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"