Skip to content
Snippets Groups Projects
Commit 60ff2c3a authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Minor cleanup to various URIs

parent ffb24955
No related branches found
No related tags found
No related merge requests found
......@@ -50,13 +50,13 @@ package main;
$debug = 2;
$www{'title'} = 'OpenLDAP Man Pages';
$www{'home'} = 'http://www.OpenLDAP.org';
$www{'home'} = 'https://www.openldap.org';
$www{'head'} = qq[<a href="/"><img alt="OpenLDAP" src="/images/headers/LDAPlogo.gif"></a>Manual Pages];
#$www{'head'} = $www{'title'};
$copyright = "&copy; <nobr>Copyright 1998-2020</nobr>\n"
. '<nobr><a href="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</a></nobr>'."\n"
. '<a href="mailto:info@OpenLDAP.org">info@OpenLDAP.org</a>'."\n";
. '<nobr><a href="https://www.openldap.org/foundation/">OpenLDAP Foundation</a></nobr>'."\n"
. '<a href="mailto:info@openldap.org">info@openldap.org</a>'."\n";
sub pr_copyright() {
print <<EXT;
......@@ -1418,8 +1418,8 @@ This script has the revsion: $id
Copyright (c) for man pages by man page authors.
<p/>
<a href="http://www.openldap.org">OpenLDAP</a>,
<a href="http://www.freebsd.org">FreeBSD</a>,
<a href="https://www.openldap.org">OpenLDAP</a>,
<a href="https://www.freebsd.org">FreeBSD</a>,
<h2>FAQ</h2>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment