From 3154bb784e021ca06b2144fd756d232993bb8994 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 26 Jun 2019 16:05:34 +0200 Subject: [PATCH] use https links to our sites Signed-off-by: Thomas Lamprecht --- Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.js b/Utils.js index ee0a0ce..7a78fda 100644 --- a/Utils.js +++ b/Utils.js @@ -101,7 +101,7 @@ Ext.define('Proxmox.Utils', { utilities: { getNoSubKeyHtml: function(url) { // url http://www.proxmox.com/products/proxmox-ve/subscription-service-plans - return Ext.String.format('You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.', url || 'http://www.proxmox.com'); + return Ext.String.format('You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.', url || 'https://www.proxmox.com'); }, format_boolean_with_default: function(value) {