svn commit: r50960 - head/share/xml

Benjamin Kaduk kaduk at mit.edu
Fri Sep 29 23:57:49 UTC 2017


On Fri, Sep 29, 2017 at 09:54:04AM +0000, Wolfram Schneider wrote:
> 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

Is &base; usable in this scope?

-Ben

>      sent to <<a href="mailto:freebsd-questions at FreeBSD.org">freebsd-questions at FreeBSD.org</a>>.<br/>
>      Send questions about this document to <<a href="mailto:freebsd-doc at FreeBSD.org">freebsd-doc at FreeBSD.org</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/>
> _______________________________________________
> svn-doc-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-doc-all
> To unsubscribe, send any mail to "svn-doc-all-unsubscribe at freebsd.org"


More information about the svn-doc-head mailing list