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

@@ -109,7 +109,7 @@ class Initializer {
} catch (\Exception $e) {
return WPNotice::displayError(Helpers::replaceLinkTags(
WPFunctions::get()->__('Unable to connect to the database (the database is unable to open a file or folder), the connection is likely not configured correctly. Please read our [link] Knowledge Base article [/link] for steps how to resolve it.', 'mailpoet'),
'//beta.docs.mailpoet.com/article/200-solving-database-connection-issues',
'https://kb.mailpoet.com/article/200-solving-database-connection-issues',
['target' => '_blank']
));
}