links: updated links from grafana.net to grafana.com

This commit is contained in:
Torkel Ödegaard
2017-03-20 10:20:32 +01:00
parent a67497e679
commit 4d4e165be7
24 changed files with 58 additions and 58 deletions

View File

@@ -574,7 +574,7 @@ func NewConfigContext(args *CommandLineArgs) error {
log.Warn("require_email_validation is enabled but smpt is disabled")
}
GrafanaNetUrl = Cfg.Section("grafana_net").Key("url").MustString("https://grafana.net")
GrafanaNetUrl = Cfg.Section("grafana_net").Key("url").MustString("https://grafana.com")
imageUploadingSection := Cfg.Section("external_image_storage")
ImageUploadProvider = imageUploadingSection.Key("provider").MustString("internal")