From c6e781ba9f6e2a38de0da0d9c12372ed3d35a176 Mon Sep 17 00:00:00 2001 From: kusshi <51787281+kusshi94@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:03:16 +0900 Subject: [PATCH] change DocsURL --- plugins/shodan/api_key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/shodan/api_key.go b/plugins/shodan/api_key.go index 268ee571..55008ddb 100644 --- a/plugins/shodan/api_key.go +++ b/plugins/shodan/api_key.go @@ -14,7 +14,7 @@ import ( func APIKey() schema.CredentialType { return schema.CredentialType{ Name: credname.APIKey, - DocsURL: sdk.URL("https://developer.shodan.io/api/requirements"), + DocsURL: sdk.URL("https://cli.shodan.io"), ManagementURL: sdk.URL("https://account.shodan.io"), Fields: []schema.CredentialField{ {