mirror of https://github.com/mikaku/Monitorix.git
updating URLs to HTTPS
This commit is contained in:
parent
0e2e81cdd0
commit
e2bd20d75b
|
@ -4,10 +4,10 @@ Monitorix is a free, open-source, lightweight system monitoring tool designed to
|
|||
|
||||
Community
|
||||
---------
|
||||
- [Website](http://www.monitorix.org)
|
||||
- [Documentation](http://www.monitorix.org/documentation.html)
|
||||
- [Website](https://www.monitorix.org)
|
||||
- [Documentation](https://www.monitorix.org/documentation.html)
|
||||
- [Mailing List](https://lists.sourceforge.net/lists/listinfo/monitorix-general)
|
||||
- [IRC](http://webchat.freenode.net/?channels=monitorix)
|
||||
- [IRC](https://webchat.freenode.net/?channels=monitorix)
|
||||
|
||||
License
|
||||
-------
|
||||
|
@ -15,5 +15,5 @@ Monitorix is free software licensed under the terms of the GNU General Public Li
|
|||
|
||||
Credits
|
||||
-------
|
||||
Monitorix was created by [Jordi Sanfeliu](http://www.fibranet.cat).
|
||||
Monitorix was created by [Jordi Sanfeliu](https://www.fibranet.cat).
|
||||
You can contact me at [jordi@fibranet.cat](mailto:jordi@fibranet.cat).
|
||||
|
|
|
@ -31,7 +31,7 @@ our @EXPORT = qw(apache_init apache_update apache_cgi);
|
|||
#
|
||||
# Some ideas of this upgrading function have been taken from a script written
|
||||
# by Joost Cassee and found in the RRDtool Contrib Area:
|
||||
# <http://oss.oetiker.ch/rrdtool/pub/contrib/>
|
||||
# <https://oss.oetiker.ch/rrdtool/pub/contrib/>
|
||||
#
|
||||
sub upgrade_to_380 {
|
||||
my $myself = (caller(0))[3];
|
||||
|
|
|
@ -80,7 +80,7 @@ sub emailreports_send {
|
|||
EOF
|
||||
my $html_footer = <<EOF;
|
||||
<p>
|
||||
<a href='http://www.monitorix.org'><img src='cid:image_logo' border='0'></a>
|
||||
<a href='https://www.monitorix.org'><img src='cid:image_logo' border='0'></a>
|
||||
<br>
|
||||
<font face='Verdana, sans-serif' color='000000' size='-2'>
|
||||
Copyright © 2005-2017 Jordi Sanfeliu
|
||||
|
|
Loading…
Reference in New Issue