]> git.proxmox.com Git - pve-manager.git/commitdiff
fix support urls
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2012 10:19:50 +0000 (12:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2012 10:19:50 +0000 (12:19 +0200)
debian/changelog.Debian
defines.mk
www/manager/dc/Support.js

index 4fcc3ac9f96244e8a48023970e053dcfbbacdfd7..f7692de12a50be84c487dcfa58ba3d9db87e1392 100644 (file)
@@ -1,3 +1,9 @@
+pve-manager (2.0-57) unstable; urgency=low
+
+  * fix support urls
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 05 Apr 2012 11:40:03 +0200
+
 pve-manager (2.0-56) unstable; urgency=low
 
   * added Russian translation
index 0523745231ac641066d7e204b7f5d18d0790428a..a4eacc77f1090f3f3207cec9dba2b83a0b01c4e0 100644 (file)
@@ -2,7 +2,7 @@ RELEASE=2.0
 
 VERSION=2.0
 PACKAGE=pve-manager
-PACKAGERELEASE=56
+PACKAGERELEASE=57
 
 BINDIR=${DESTDIR}/usr/bin
 PERLLIBDIR=${DESTDIR}/usr/share/perl5
index 269701360a6d4fd0996ce0ed2e010f342c545ecd..c54cb3d642c0a3ce1515214ad0270969ba63b5c4 100644 (file)
@@ -2,15 +2,15 @@ Ext.define('PVE.dc.Support', {
     extend: 'Ext.panel.Panel',
     alias: 'widget.pveDcSupport',
 
-    invalidHtml: '<h1>No valid subscription</h1>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">www.proxmox.com</a> to get a list of available options.',
+    invalidHtml: '<h1>No valid subscription</h1>You do not have a valid subscription for this server. Please visit <a target="_blank" href="http://www.proxmox.com/products/proxmox-ve/subscription-service-plans">www.proxmox.com</a> to get a list of available options.',
 
     communityHtml: 'Please use the public community <a target="_blank" href="http://forum.proxmox.com">forum</a> for any questions.',
 
-    activeHtml: 'Please use our <a target="_blank" href="http://my.proxmox.com">support portal</a> for any questions. You can also use the public community <a target="_blank" href="http://forum.proxmox.com">forum</a> to get additional information.',
+    activeHtml: 'Please use our <a target="_blank" href="https://my.proxmox.com">support portal</a> for any questions. You can also use the public community <a target="_blank" href="http://forum.proxmox.com">forum</a> to get additional information.',
 
     bugzillaHtml: '<h1>Bug Tracking</h1>Our bug tracking system is available <a target="_blank" href="https://bugzilla.proxmox.com">here</a>.',
 
-    docuHtml: '<h1>Documentation</h1>Complete documentation, tutorials, videos and more is available at our <a target="_blank" href="https://pve.proxmox.com/wiki/Documentation">wiki</a>.',
+    docuHtml: '<h1>Documentation</h1>Complete documentation, tutorials, videos and more is available at our <a target="_blank" href="http://pve.proxmox.com/wiki/Documentation">wiki</a>.',
 
     updateActive: function(data) {
        var me = this;