Skip to content

Commit 656c1ff

Browse files
bala-cegaccraw
authored andcommitted
Addressing the review comments received from arun
Signed-off-by: Amanda Crawley <[email protected]>
1 parent ce903f6 commit 656c1ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/influxdb/database_credentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func 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,

plugins/influxdb/influx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

plugins/influxdb/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)