From: Christian Ebner Date: Fri, 11 Aug 2023 10:46:54 +0000 (+0200) Subject: website: update external links to www.proxmox.com X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bcab50eb472e5509080643fa1b2d892c3ea558da;hp=df296eae15030b5c187c85fa9deeb5c760ac1e45;p=pve-manager.git website: update external links to www.proxmox.com During the redesign of www.proxmox.com the menu structure and therefore some url changed. Update the external link in order to avoid an unneccessary redirect Signed-off-by: Christian Ebner (cherry picked from commit 347f88fecd938da30fa2cab4724159225cf6f7bb) Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm index 27e9948f..c9db8d98 100644 --- a/PVE/API2/Subscription.pm +++ b/PVE/API2/Subscription.pm @@ -117,7 +117,7 @@ __PACKAGE__->register_method ({ my $has_permission = $rpcenv->check($authuser, "/nodes/$node", ['Sys.Audit'], 1); my $server_id = PVE::API2Tools::get_hwaddress(); - my $url = "https://www.proxmox.com/proxmox-ve/pricing"; + my $url = "https://www.proxmox.com/en/proxmox-virtual-environment/pricing"; my $info = read_etc_subscription(); if (!$info) { diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index d5dd2999..5839280f 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -34,7 +34,7 @@ Ext.define('PVE.Utils', { }, noSubKeyHtml: 'You do not have a valid subscription for this server. Please visit ' - +'' + +'' +'www.proxmox.com to get a list of available options.', kvm_ostypes: { diff --git a/www/manager6/dc/Summary.js b/www/manager6/dc/Summary.js index 8ea60267..5ba8fd66 100644 --- a/www/manager6/dc/Summary.js +++ b/www/manager6/dc/Summary.js @@ -64,7 +64,7 @@ Ext.define('PVE.dc.Summary', { element: 'el', click: function() { if (this.component.userCls === 'pointer') { - window.open('https://www.proxmox.com/en/proxmox-ve/pricing', '_blank'); + window.open('https://www.proxmox.com/en/proxmox-virtual-environment/pricing', '_blank'); } }, }, diff --git a/www/mobile/WidgetToolkitUtils.js b/www/mobile/WidgetToolkitUtils.js index e11aa89e..b292fcd5 100644 --- a/www/mobile/WidgetToolkitUtils.js +++ b/www/mobile/WidgetToolkitUtils.js @@ -115,7 +115,6 @@ 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 || 'https://www.proxmox.com'); },