Skip to content

Commit c773070

Browse files
committed
pricing link changed
1 parent 0ce448f commit c773070

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cli/keyprompt.go

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

internal/tui/tui.go

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

0 commit comments

Comments
 (0)