Fixed Mailgun API key link
fixes https://github.com/TryGhost/Ghost/issues/18630 - the previous link was incorrect/outdated
This commit is contained in:
parent
a26accd123
commit
39848883df
@ -59,7 +59,7 @@ const MailGun: React.FC<{ keywords: string[] }> = ({keywords}) => {
|
||||
);
|
||||
|
||||
const apiKeysHint = (
|
||||
<>Find your Mailgun API keys <Link href="https://app.mailgun.com/app/account/security/api_keys" rel="noopener noreferrer" target="_blank">here</Link></>
|
||||
<>Find your Mailgun API keys <Link href="https://app.mailgun.com/settings/api_security" rel="noopener noreferrer" target="_blank">here</Link></>
|
||||
);
|
||||
const inputs = (
|
||||
<SettingGroupContent>
|
||||
|
Loading…
Reference in New Issue
Block a user