File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212func DatabaseCredentials () schema.CredentialType {
1313 return schema.CredentialType {
1414 Name : credname .DatabaseCredentials ,
15- DocsURL : sdk .URL ("https://docs.influxdata.com/influxdb/v2.7 /reference/cli/influx/config/create /" ),
15+ DocsURL : sdk .URL ("https://docs.influxdata.com/influxdb/cloud /reference/cli/influx/config/" ),
1616 Fields : []schema.CredentialField {
1717 {
1818 Name : fieldname .Host ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ func InfluxDBCLI() schema.Executable {
1111 return schema.Executable {
1212 Name : "InfluxDB CLI" ,
1313 Runs : []string {"influx" },
14- DocsURL : sdk .URL ("https://docs.influxdata.com/influxdb/" ),
14+ DocsURL : sdk .URL ("https://docs.influxdata.com/influxdb/cloud/tools/influx-cli/ " ),
1515 NeedsAuth : needsauth .IfAll (
1616 needsauth .NotForHelpOrVersion (),
1717 needsauth .NotWithoutArgs (),
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ func New() schema.Plugin {
1010 Name : "influxdb" ,
1111 Platform : schema.PlatformInfo {
1212 Name : "InfluxDB" ,
13- Homepage : sdk .URL ("https://docs .influxdata.com/influxdb /" ),
13+ Homepage : sdk .URL (" https://www .influxdata.com/" ),
1414 },
1515 Credentials : []schema.CredentialType {
1616 DatabaseCredentials (),
You can’t perform that action at this time.
0 commit comments