File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
2424 keyPromptHeadline = "Etherscan API V2"
2525 keyPromptTitle = "Connect your API key"
2626 keyPromptHint = "Paste your Etherscan API key to save it for future commands."
27- keyPromptGetKey = "Get a free key at https://etherscan.io/api/pricing "
27+ keyPromptGetKey = "Get a free key at https://docs. etherscan.io/getting-started "
2828
2929 // keyPromptGutter is the width the rail itself occupies: one border column
3030 // plus one column of padding.
Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ func (m model) viewAPIKey() string {
732732 var b strings.Builder
733733 b .WriteString (headSt .Render ("Connect your API key" ) + "\n " )
734734 b .WriteString (subSt .Render ("An API key is needed to run this endpoint. You can keep exploring without one." ) + "\n " )
735- b .WriteString (subSt .Render ("Get a free key at https://etherscan.io/api/pricing " ) + "\n \n " )
735+ b .WriteString (subSt .Render ("Get a free key at https://docs. etherscan.io/getting-started " ) + "\n \n " )
736736 if m .keySaving {
737737 b .WriteString (m .spin .View () + " validating key…\n " )
738738 } else {
You can’t perform that action at this time.
0 commit comments