update url in log line and fix typo
parent
5d4efc3a8c
commit
d60b1fde45
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue