Update KB links to new URL

[PREMIUM-127]
This commit is contained in:
Ján Mikláš
2019-07-29 13:12:29 +02:00
committed by M. Shull
parent 9ddc737b79
commit 8c26e2852b
26 changed files with 44 additions and 44 deletions

View File

@ -38,7 +38,7 @@ function renderCronSection(data) {
<p>
<a href={url} target="_blank" rel="noopener noreferrer">{url}</a>
</p>
{renderStatusMessage(status, MailPoet.I18n.t('systemStatusCronConnectionUnsuccessfulInfo'), '//beta.docs.mailpoet.com/article/231-sending-does-not-work')}
{renderStatusMessage(status, MailPoet.I18n.t('systemStatusCronConnectionUnsuccessfulInfo'), 'https://kb.mailpoet.com/article/231-sending-does-not-work')}
</div>
);
}