Fixed Mailgun API key link

fixes https://github.com/TryGhost/Ghost/issues/18630

- the previous link was incorrect/outdated
This commit is contained in:
Daniel Lockyer 2023-10-16 08:19:21 +02:00 committed by Daniel Lockyer
parent a26accd123
commit 39848883df

View File

@ -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>