public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve_flutter_frontend] fix: update pve subscription url link
@ 2025-12-12 15:00 Shan Shaji
  0 siblings, 0 replies; only message in thread
From: Shan Shaji @ 2025-12-12 15:00 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
---
 lib/utils/links.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/utils/links.dart b/lib/utils/links.dart
index 22bc598..a161d36 100644
--- a/lib/utils/links.dart
+++ b/lib/utils/links.dart
@@ -10,7 +10,7 @@ Future<bool> tryLaunchUrl(Uri url) async {
 
 class Links {
   static final pvePricing =
-      Uri.parse('https://www.proxmox.com/proxmox-ve/pricing');
+      Uri.parse('https://www.proxmox.com/en/products/proxmox-virtual-environment/pricing');
   static final proxmoxForum = Uri.parse('https://forum.proxmox.com');
   static final pveUserList =
       Uri.parse('https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user');
-- 
2.50.1



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-12 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-12 15:00 [pve-devel] [PATCH pve_flutter_frontend] fix: update pve subscription url link Shan Shaji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal