mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue