Licensing: Provide correct URL for AGPL license (#36917)

* Provide correct link for AGPL license

* Change LicenseURL to point go Grafana OSS page

* Keep utm_source query parameter

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
This commit is contained in:
Witek Bedyk 2021-08-25 10:43:43 +02:00 committed by GitHub
parent f8a0c38763
commit 65501cbad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ func (l *OSSLicensingService) LicenseURL(user *models.SignedInUser) string {
return l.Cfg.AppSubURL + "/admin/upgrading"
}
return "https://grafana.com/products/enterprise/?utm_source=grafana_footer"
return "https://grafana.com/oss/grafana?utm_source=grafana_footer"
}
func (l *OSSLicensingService) Init() error {