developer: {
key: EditionKey.developer,
name: 'Developer Edition',
- homeUrl: 'https://www.sonarsource.com/plans-and-pricing/developer/',
+ homeUrl: 'https://www.sonarsource.com/products/sonarqube/developer-edition/marketplace/',
downloadProperty: 'downloadDeveloperUrl',
},
enterprise: {
key: EditionKey.enterprise,
name: 'Enterprise Edition',
- homeUrl: 'https://www.sonarsource.com/plans-and-pricing/enterprise/',
+ homeUrl: 'https://www.sonarsource.com/products/sonarqube/enterprise-edition/marketplace/',
downloadProperty: 'downloadEnterpriseUrl',
},
datacenter: {
key: EditionKey.datacenter,
name: 'Data Center Edition',
- homeUrl: 'https://www.sonarsource.com/plans-and-pricing/data-center/',
+ homeUrl: 'https://www.sonarsource.com/products/sonarqube/data-center/marketplace/',
downloadProperty: 'downloadDatacenterUrl',
},
};