From f090d6ecc8d2e992eb6458586f3c8fd731487832 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Fri, 1 Feb 2019 15:28:09 +0100
Subject: [PATCH] use httpS for OpenStructure website

---
 modules/gui/pymod/init_splash.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/pymod/init_splash.py b/modules/gui/pymod/init_splash.py
index de8f10c47..dd34cd4b0 100644
--- a/modules/gui/pymod/init_splash.py
+++ b/modules/gui/pymod/init_splash.py
@@ -12,7 +12,7 @@ You are running version %s<br /><br />If you are new to OpenStructure, we
 invite you to run the demos from the examples directory. Scripts can be 
 displayed by right clicking on the file and selecting 'Show source'.<br/><br/>
 Feel free visit our website at:<br /> 
-<a href='http://www.openstructure.org'>http://www.openstructure.org</a>
+<a href='https://www.openstructure.org'>https://www.openstructure.org</a>
 """ % ost.VERSION
 
 class SplashDialog(QtWidgets.QDialog):
-- 
GitLab