HTTPS
This commit is contained in:
parent
911de56977
commit
52799679b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50736
1 changed files with 2 additions and 2 deletions
|
@ -916,7 +916,7 @@ $sections = join( "|", @sections ); # sections regexp
|
||||||
# mailto - Author
|
# mailto - Author
|
||||||
# webmaster - who run this service
|
# webmaster - who run this service
|
||||||
$mailto = 'wosch@FreeBSD.org';
|
$mailto = 'wosch@FreeBSD.org';
|
||||||
$mailtoURL = 'http://wolfram.schneider.org';
|
$mailtoURL = 'https://wolfram.schneider.org';
|
||||||
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
|
$mailtoURL = "mailto:$mailto" if !$mailtoURL;
|
||||||
$full_url = 'https://www.freebsd.org/cgi/man.cgi';
|
$full_url = 'https://www.freebsd.org/cgi/man.cgi';
|
||||||
$want_to_link_to_this_page = 1;
|
$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="https://www.suse.com">SuSE</a>,
|
||||||
<a href="http://www.digital.com">ULTRIX</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.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>
|
<a href="https://www.x.org">X11R6</a>
|
||||||
|
|
||||||
<h2>FAQ</h2>
|
<h2>FAQ</h2>
|
||||||
|
|
Loading…
Reference in a new issue