Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 18:57:27 -0500
From:      Benjamin Kaduk <kaduk@mit.edu>
To:        Wolfram Schneider <wosch@FreeBSD.org>
Cc:        doc-committers@FreeBSD.org, svn-doc-all@FreeBSD.org, svn-doc-head@FreeBSD.org
Subject:   Re: svn commit: r50960 - head/share/xml
Message-ID:  <20170929235727.GN96685@kduck.kaduk.org>
In-Reply-To: <201709290954.v8T9s4gu071427@repo.freebsd.org>
References:  <201709290954.v8T9s4gu071427@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 &lt;<a href="mailto:freebsd-questions@FreeBSD.org">freebsd-questions@FreeBSD.org</a>&gt;.<br/>
>      Send questions about this document to &lt;<a href="mailto:freebsd-doc@FreeBSD.org">freebsd-doc@FreeBSD.org</a>&gt;.</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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-doc-all
> To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"



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