]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/API2/Subscription.pm
website: update external links to www.proxmox.com
[pve-manager.git] / PVE / API2 / Subscription.pm
index 27e9948f5537229d20b0bdd04d2307d3ae890943..c9db8d986338dcada3f91161e813071347bea246 100644 (file)
@@ -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) {