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

@@ -11,16 +11,16 @@ function KnowledgeBase() {
<p>{MailPoet.I18n.t('knowledgeBaseIntro')}</p>
<ul>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/116-common-problems">Common Problems</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/165-newsletters">Newsletters</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/156-migration-questions">Migration Questions</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/149-sending-methods">Sending Methods</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/139-subscription-forms">Subscription Forms</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/114-getting-started">Getting Started</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/123-newsletter-designer">Newsletter Designer</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/category/121-subscribers-and-lists">Subscribers and Lists</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/116-common-problems">Common Problems</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/165-newsletters">Newsletters</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/156-migration-questions">Migration Questions</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/149-sending-methods">Sending Methods</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/139-subscription-forms">Subscription Forms</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/114-getting-started">Getting Started</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/123-newsletter-designer">Newsletter Designer</a></li>
<li><a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/category/121-subscribers-and-lists">Subscribers and Lists</a></li>
</ul>
<a target="_blank" rel="noreferrer noopener" href="http://beta.docs.mailpoet.com/" className="button button-primary">{MailPoet.I18n.t('knowledgeBaseButton')}</a>
<a target="_blank" rel="noreferrer noopener" href="https://kb.mailpoet.com/" className="button button-primary">{MailPoet.I18n.t('knowledgeBaseButton')}</a>
</div>
);
}

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>
);
}

View File

@@ -21,7 +21,7 @@ const NewsletterGeneralStats = ({ newsletter }) => {
const headlineOpened = `${percentageOpenedDisplay}% ${MailPoet.I18n.t('percentageOpened')}`;
const headlineClicked = `${percentageClickedDisplay}% ${MailPoet.I18n.t('percentageClicked')}`;
const headlineUnsubscribed = `${percentageUnsubscribedDisplay}% ${MailPoet.I18n.t('percentageUnsubscribed')}`;
const statsKBLink = 'http://beta.docs.mailpoet.com/article/190-whats-a-good-email-open-rate';
const statsKBLink = 'https://kb.mailpoet.com/article/190-whats-a-good-email-open-rate';
// thresholds to display badges
const minNewslettersSent = 20;
const minNewslettersOpened = 5;

View File

@@ -93,7 +93,7 @@ const Statistics = ({ newsletter, isSent, currentTime }) => {
showKbLink = false;
}
const improveStatsKBLink = 'http://beta.docs.mailpoet.com/article/191-how-to-improve-my-open-and-click-rates';
const improveStatsKBLink = 'https://kb.mailpoet.com/article/191-how-to-improve-my-open-and-click-rates';
// thresholds to display badges
const minNewslettersSent = 20;

View File

@@ -59,7 +59,7 @@ export const checkCronStatus = (state) => {
/\[link\](.*?)\[\/link\]/g,
match => (
<a
href="https://beta.docs.mailpoet.com/article/231-sending-does-not-work"
href="https://kb.mailpoet.com/article/231-sending-does-not-work"
target="_blank"
rel="noopener noreferrer"
key="check-cron"

View File

@@ -115,7 +115,7 @@ class NewsletterTypes extends React.Component {
slug: 'welcome',
title: MailPoet.I18n.t('welcomeNewsletterTypeTitle'),
description: MailPoet.I18n.t('welcomeNewsletterTypeDescription'),
videoGuide: 'https://beta.docs.mailpoet.com/article/254-video-guide-to-welcome-emails',
videoGuide: 'https://kb.mailpoet.com/article/254-video-guide-to-welcome-emails',
action: (function action() {
return (
<a
@@ -141,7 +141,7 @@ class NewsletterTypes extends React.Component {
slug: 'notification',
title: MailPoet.I18n.t('postNotificationNewsletterTypeTitle'),
description: MailPoet.I18n.t('postNotificationNewsletterTypeDescription'),
videoGuide: 'https://beta.docs.mailpoet.com/article/210-video-guide-to-post-notifications',
videoGuide: 'https://kb.mailpoet.com/article/210-video-guide-to-post-notifications',
action: (function action() {
return (
<a

View File

@@ -145,7 +145,7 @@ const itemActions = [
link: function link() {
return (
<a
href="http://docs.mailpoet.com/article/133-the-wordpress-users-list"
href="https://kb.mailpoet.com/article/133-the-wordpress-users-list"
target="_blank"
rel="noopener noreferrer"
>