From 88ba07f657e9f47181b0d1b1d7ec189d6ed5f379 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 15 Jun 2017 18:04:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20shorten=20mail=20config=20docs?= =?UTF-8?q?=20links=20(#8592)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - URL on docs.ghost.org has been shortened for more readable display in errors --- PRIVACY.md | 2 +- core/server/api/authentication.js | 2 +- core/server/api/mail.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PRIVACY.md b/PRIVACY.md index bd3f0232e6..d785db7a04 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -2,7 +2,7 @@ This is a plain English summary of all of the components within Ghost which may affect your privacy in some way. Please keep in mind that if you use third party Themes or Apps with Ghost, there may be additional things not listed here. -Each of the items listed in this document can be disabled via Ghost's `config.js` file. Check out the [configuration guide](http://support.ghost.org/config/) for details. +Each of the items listed in this document can be disabled via Ghost's `config.js` file. Check out the [configuration guide](https://docs.ghost.org/v1.0.0/docs/configuring-ghost) for details. ## Official Services diff --git a/core/server/api/authentication.js b/core/server/api/authentication.js index c270d6f819..f46a67e23f 100644 --- a/core/server/api/authentication.js +++ b/core/server/api/authentication.js @@ -536,7 +536,7 @@ authentication = { logging.error(new errors.EmailError({ err: error, context: i18n.t('errors.api.authentication.unableToSendWelcomeEmail'), - help: i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/v1.0.0/docs/mail-configuration-on-self-hosted-version-of-ghost'}) + help: i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/v1.0.0/docs/mail-config'}) })); }); }) diff --git a/core/server/api/mail.js b/core/server/api/mail.js index c539bb79ba..99c834f85a 100644 --- a/core/server/api/mail.js +++ b/core/server/api/mail.js @@ -29,7 +29,7 @@ function sendMail(object) { message: [ i18n.t('warnings.index.unableToSendEmail'), i18n.t('common.seeLinkForInstructions', - {link: 'Checkout our mail configuration docs!'}) + {link: 'Checkout our mail configuration docs!'}) ].join(' ') }]}, {context: {internal: true}}