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