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
This commit is contained in:
parent
b00aff92a6
commit
80a5ac61f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52883
1 changed files with 1 additions and 1 deletions
|
@ -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&revision=', @revision)"/>
|
||||
<xsl:value-of select="concat('https://svnweb.freebsd.org/viewvc/base?view=revision&revision=', @revision)"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="concat('[r', @revision, ']')"/>
|
||||
</xsl:element>
|
||||
|
|
Loading…
Reference in a new issue