Skip to content

Commit

Permalink
fix: web godaddy url error (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
standchan committed May 23, 2024
1 parent eda1050 commit 985a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const DNS_PROVIDERS = {
idLabel: "Key",
secretLabel: "Secret",
helpHtml: {
"en": "<a target='_blank' href='https://porkbun.com/account/api'>Create API KEY</a>",
"en": "<a target='_blank' href='https://developer.godaddy.com/keys'>Create API KEY</a>",
"zh-cn": "<a target='_blank' href='https://developer.godaddy.com/keys'>创建 API KEY</a>",
}
},
Expand Down

0 comments on commit 985a338

Please sign in to comment.