Skip to content

Commit

Permalink
fixed management url
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja committed Jun 24, 2023
1 parent cdd9b49 commit 21b0c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/render/api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func APIKey() schema.CredentialType {
return schema.CredentialType{
Name: credname.APIKey,
DocsURL: sdk.URL("https://render.com/docs"),
ManagementURL: sdk.URL("https://console.render.com/user/security/tokens"),
ManagementURL: sdk.URL("https://dashboard.render.com/u/settings#api-keys"),
Fields: []schema.CredentialField{
{
Name: fieldname.APIKey,
Expand Down

0 comments on commit 21b0c31

Please sign in to comment.