]> git.proxmox.com Git - pve-manager.git/commitdiff
website: update external links to www.proxmox.com
authorChristian Ebner <c.ebner@proxmox.com>
Fri, 11 Aug 2023 10:46:54 +0000 (12:46 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 23 Aug 2023 08:09:25 +0000 (10:09 +0200)
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 <c.ebner@proxmox.com>
PVE/API2/Subscription.pm
aplinfo/aplinfo.dat
www/manager6/Utils.js
www/manager6/dc/Summary.js
www/mobile/WidgetToolkitUtils.js

index c7b81ee931ee416641951605955708a998daf065..96fcd4e50225f31727578e15c5cb00ce5c31c420 100644 (file)
@@ -128,7 +128,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) {
index 95a8be5a542aaf13fdc7a7b6c1363660bc7e7539..8382bd7d8a85df60adca99b67a9f02d79a0350ef 100644 (file)
@@ -135,7 +135,7 @@ Architecture: amd64
 Location: mail/proxmox-mailgateway-7.3-standard_7.3-1_amd64.tar.zst
 md5sum: 6c130003f9880ae66dca0603d7b7ca87
 sha512sum: 2fdf1dc24306bbaa2ef9a0f322416ca15b97b7d19f84b83743c7afc896095c398241fbc2eb41a33a69f3f275ce4c4cb6425edc5538831b4650d39a5e44fdbc25
-Infopage: https://www.proxmox.com/de/proxmox-mail-gateway
+Infopage: https://www.proxmox.com/en/proxmox-mail-gateway/overview
 Description: Proxmox Mailgateway 7.3
  A full featured mail proxy for spam and virus filtering, optimized for container environment.
 
@@ -149,7 +149,7 @@ Architecture: amd64
 Location: mail/proxmox-mailgateway-8.0-standard_8.0-1_amd64.tar.zst
 md5sum: 7d321e5dfc6e1005231586d1871e3625
 sha512sum: be5efcb8ee97f2bb1c638360191eda19f49e2063acb88da55c948c90c091063972cc9ea29e6aeaa4a85733e0fb2c99ea905d665ac693cb2bf06b091c4baf781f
-Infopage: https://www.proxmox.com/de/proxmox-mail-gateway
+Infopage: https://www.proxmox.com/en/proxmox-mail-gateway/overview
 Description: Proxmox Mailgateway 8.0
  A full featured mail proxy for spam and virus filtering, optimized for container environment.
 
index 4e0942136cbed1062d6b0b6f87a3b6138bbe5ff1..6d4842df2578cfe466d38f93a0c53458ede1c8cc 100644 (file)
@@ -34,7 +34,7 @@ Ext.define('PVE.Utils', {
     },
 
     noSubKeyHtml: 'You do not have a valid subscription for this server. Please visit '
-      +'<a target="_blank" href="https://www.proxmox.com/products/proxmox-ve/subscription-service-plans">'
+      +'<a target="_blank" href="https://www.proxmox.com/en/proxmox-virtual-environment/pricing">'
       +'www.proxmox.com</a> to get a list of available options.',
 
     getClusterSubscriptionLevel: async function() {
index 371c8980fa927ad5a6e973b9504b5392c3337fb6..efb44daed990ce9b28fd0eef7081bf3ae2391e4c 100644 (file)
@@ -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');
                            }
                        },
                    },
index e11aa89e31c653e10364b6c8ac27569da1347c00..b292fcd5d053e0eb36d215b84d43d2c883a5b31e 100644 (file)
@@ -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 <a target="_blank" href="{0}">www.proxmox.com</a> to get a list of available options.', url || 'https://www.proxmox.com');
     },