update url in log line and fix typo

pull/10616/head
Iris Scholten 2018-02-26 14:30:47 -08:00
parent 5d4efc3a8c
commit d60b1fde45
1 changed files with 1 additions and 1 deletions

View File

@ -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"`