From 6d6978452b55ac4e19dd0f40b44b8bffe72d6d74 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 11 Feb 2023 10:14:23 +0100 Subject: [PATCH] Use https for links to project homepage (#1165) --- Core/Distrib.php | 2 +- .../Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html | 2 +- Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/Distrib.php b/Core/Distrib.php index 523605c..93c9186 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -26,4 +26,4 @@ ################################################################# define("BAIKAL_VERSION", "0.9.3"); -define("BAIKAL_HOMEPAGE", "http://sabre.io/baikal/"); +define("BAIKAL_HOMEPAGE", "https://sabre.io/baikal/"); diff --git a/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html b/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html index e2ab048..35811ca 100644 --- a/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html +++ b/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html @@ -11,7 +11,7 @@ diff --git a/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html b/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html index a426df4..d7bca7d 100644 --- a/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html +++ b/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html @@ -1,5 +1,5 @@ {% autoescape false %} -{% set url = 'http://sabre.io/baikal' %} +{% set url = 'https://sabre.io/baikal/' %}