diff options
author | Jani Välimaa <wally@mageia.org> | 2024-09-14 15:25:09 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-09-14 15:25:09 +0300 |
commit | 9254513331530ef339fd6364164da64596b07b5d (patch) | |
tree | fafbe1108e51945863215924c3d0435507a81486 | |
parent | e5397b9345bf56601f816d7b2c94462a6cdbe9b7 (diff) | |
download | mgamirrors-9254513331530ef339fd6364164da64596b07b5d.tar mgamirrors-9254513331530ef339fd6364164da64596b07b5d.tar.gz mgamirrors-9254513331530ef339fd6364164da64596b07b5d.tar.bz2 mgamirrors-9254513331530ef339fd6364164da64596b07b5d.tar.xz mgamirrors-9254513331530ef339fd6364164da64596b07b5d.zip |
-rw-r--r-- | mga-mirrors.spec.in | 2 | ||||
-rw-r--r-- | root/html/includes/footer.tt | 2 | ||||
-rw-r--r-- | root/html/includes/host_information.tt | 2 | ||||
-rw-r--r-- | root/html/pages/report/index.tt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mga-mirrors.spec.in b/mga-mirrors.spec.in index 04b0f5e..15c174b 100644 --- a/mga-mirrors.spec.in +++ b/mga-mirrors.spec.in @@ -11,7 +11,7 @@ License: GPL or Artistic Group: Development/Perl Summary: Mageia Mirrors management Source: %{realname}-%{version}.tar.gz -Url: http://mirrors.mageia.org/ +Url: https://mirrors.mageia.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch diff --git a/root/html/includes/footer.tt b/root/html/includes/footer.tt index 0ecf502..a6e9cd7 100644 --- a/root/html/includes/footer.tt +++ b/root/html/includes/footer.tt @@ -1,5 +1,5 @@ <!-- $Id$ --> <hr> -<p><a href="http://www.mageia.org/">Mageia.Org</a></p> +<p><a href="https://www.mageia.org/">Mageia.Org</a></p> </body> </html> diff --git a/root/html/includes/host_information.tt b/root/html/includes/host_information.tt index 7ddef5b..7906fe1 100644 --- a/root/html/includes/host_information.tt +++ b/root/html/includes/host_information.tt @@ -120,7 +120,7 @@ your update request.<br> </div> <script type="text/javascript" - src="http://maps.google.com/maps/api/js?sensor=false"> + src="https://maps.google.com/maps/api/js?sensor=false"> </script> <script type="text/javascript"> var map; diff --git a/root/html/pages/report/index.tt b/root/html/pages/report/index.tt index b6c4364..ddb1871 100644 --- a/root/html/pages/report/index.tt +++ b/root/html/pages/report/index.tt @@ -1,6 +1,6 @@ <!-- $Id$ --> <script type="text/javascript" - src="http://maps.google.com/maps/api/js?sensor=false"> + src="https://maps.google.com/maps/api/js?sensor=false"> </script> <style> div.infow { margin: 0; font-size: 70%; font-family: Helvetica, Arial, sans-serif; } |