Skip to content

Commit

Permalink
change DocsURL
Browse files Browse the repository at this point in the history
  • Loading branch information
kusshi94 committed Mar 23, 2024
1 parent 5acbc42 commit c6e781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/shodan/api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down

0 comments on commit c6e781b

Please sign in to comment.