svn commit: r50736 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider
wosch at FreeBSD.org
Sun Aug 27 17:46:07 UTC 2017
Author: wosch
Date: Sun Aug 27 17:46:06 2017
New Revision: 50736
URL: https://svnweb.freebsd.org/changeset/doc/50736
Log:
HTTPS
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:03 2017 (r50735)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Aug 27 17:46:06 2017 (r50736)
@@ -916,7 +916,7 @@ $sections = join( "|", @sections ); # sections rege
# mailto - Author
# webmaster - who run this service
$mailto = 'wosch at FreeBSD.org';
-$mailtoURL = 'http://wolfram.schneider.org';
+$mailtoURL = 'https://wolfram.schneider.org';
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
$full_url = 'https://www.freebsd.org/cgi/man.cgi';
$want_to_link_to_this_page = 1;
@@ -1843,7 +1843,7 @@ Copyright (c) for man pages by OS vendors.
<a href="https://www.suse.com">SuSE</a>,
<a href="http://www.digital.com">ULTRIX</a>,
<a href="http://www.plan9.bell-labs.com/7thEdMan/">Unix Seventh Edition</a>,
-<a href="http://www.xfree86.org">XFree86</a>,
+<a href="https://www.xfree86.org">XFree86</a>,
<a href="https://www.x.org">X11R6</a>
<h2>FAQ</h2>
More information about the svn-doc-all
mailing list