svn commit: r52883 - head/share/xml

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Thu Mar 21 18:26:53 2019
New Revision: 52883
URL: https://svnweb.freebsd.org/changeset/doc/52883

Log:
  Prefer https:// over http://, even though it is redirected anyway.
  While here, use 'svnweb' instead of 'svn' (which is also redirected).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/xml/freebsd-xhtml-release.xsl

Modified: head/share/xml/freebsd-xhtml-release.xsl
==============================================================================
--- head/share/xml/freebsd-xhtml-release.xsl	Thu Mar 21 18:23:41 2019	(r52882)
+++ head/share/xml/freebsd-xhtml-release.xsl	Thu Mar 21 18:26:53 2019	(r52883)
@@ -39,7 +39,7 @@
 	<xsl:if test="@revision">
 	  <xsl:element name="a">
 	    <xsl:attribute name="href">
-	      <xsl:value-of select="concat('http://svn.freebsd.org/viewvc/base?view=revision&#38;revision=', @revision)"/>
+	      <xsl:value-of select="concat('https://svnweb.freebsd.org/viewvc/base?view=revision&#38;revision=', @revision)"/>
 	    </xsl:attribute>
 	    <xsl:value-of select="concat('[r', @revision, ']')"/>
 	  </xsl:element>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.