diff --git a/server/sources.go b/server/sources.go index 4ff55a0428..6043fb41f0 100644 --- a/server/sources.go +++ b/server/sources.go @@ -330,7 +330,7 @@ func (s *Service) HandleNewSources(ctx context.Context, input string) error { return nil } - s.Logger.Error("--new-sources is depracated. To preconfigure a source, see this link. www.example.com") + s.Logger.Error("--new-sources is deprecated. To preconfigure a source, see this link. https://docs.influxdata.com/chronograf/latest/administration/config-options") var srcsKaps []struct { Source chronograf.Source `json:"influxdb"`