From 7e5317ba0bac0545bc0aa8b77872f7ad6e7cf34a Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 15 Jun 2017 18:19:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20update=20all=20support.ghost.org?= =?UTF-8?q?=20links=20to=20docs/help.ghost.org=20(#740)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - support.ghost.org has gone away, we now have self-host/dev documentation on https://docs.ghost.org and user documentation at https://help.ghost.org --- app/controllers/setup/three.js | 2 +- app/templates/about.hbs | 2 +- app/templates/components/gh-nav-menu.hbs | 4 ++-- app/templates/components/modals/markdown-help.hbs | 2 +- app/templates/settings/labs.hbs | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/controllers/setup/three.js b/app/controllers/setup/three.js index 617de27e3d..73931a415d 100644 --- a/app/controllers/setup/three.js +++ b/app/controllers/setup/three.js @@ -215,7 +215,7 @@ export default Controller.extend({ invitationsString = erroredEmails.length > 1 ? ' invitations: ' : ' invitation: '; message = `Failed to send ${erroredEmails.length} ${invitationsString}`; message += erroredEmails.join(', '); - message += ". Please check your email configuration, see http://support.ghost.org/mail for instructions"; + message += ". Please check your email configuration, see https://docs.ghost.org/v1.0.0/docs/mail-config for instructions"; message = htmlSafe(message); notifications.showAlert(message, {type: 'error', delayed: successCount > 0, key: 'signup.send-invitations.failed'}); diff --git a/app/templates/about.hbs b/app/templates/about.hbs index 46d6ec5584..70d11e5428 100644 --- a/app/templates/about.hbs +++ b/app/templates/about.hbs @@ -17,7 +17,7 @@
  • Mail {{#if model.mail}}{{model.mail}}{{else}}Native{{/if}}
  • - User Documentation + User Documentation Get Help With Ghost
    diff --git a/app/templates/components/gh-nav-menu.hbs b/app/templates/components/gh-nav-menu.hbs index 166356e892..333d16695c 100644 --- a/app/templates/components/gh-nav-menu.hbs +++ b/app/templates/components/gh-nav-menu.hbs @@ -13,10 +13,10 @@
  • {{#link-to "about" classNames="gh-nav-menu-about dropdown-item js-nav-item" role="menuitem" tabindex="-1"}}{{inline-svg "store"}} About Ghost{{/link-to}}
  • {{#link-to "team.user" session.user.slug classNames="dropdown-item user-menu-profile js-nav-item" role="menuitem" tabindex="-1"}}{{inline-svg "user-circle"}} Your Profile{{/link-to}}
  • -
  • {{inline-svg "ambulance"}} Support Center
  • +
  • {{inline-svg "ambulance"}} Support Center
  • {{inline-svg "twitter"}} Tweet @TryGhost!
  • -
  • {{inline-svg "book-open"}} How to Use Ghost
  • +
  • {{inline-svg "book-open"}} How to Use Ghost
  • {{inline-svg "idea"}} Wishlist
  • {{#link-to "signout" classNames="dropdown-item user-menu-signout" role="menuitem" tabindex="-1"}}{{inline-svg "signout"}} Sign Out{{/link-to}}
  • diff --git a/app/templates/components/modals/markdown-help.hbs b/app/templates/components/modals/markdown-help.hbs index 5d030debfa..719986a0b7 100644 --- a/app/templates/components/modals/markdown-help.hbs +++ b/app/templates/components/modals/markdown-help.hbs @@ -76,6 +76,6 @@ - For further Markdown syntax reference: Markdown Documentation + For further Markdown syntax reference: Markdown Documentation diff --git a/app/templates/settings/labs.hbs b/app/templates/settings/labs.hbs index 47753514de..994002362d 100644 --- a/app/templates/settings/labs.hbs +++ b/app/templates/settings/labs.hbs @@ -79,7 +79,7 @@
    Public API
    -
    For full instructions, read the developer guide
    +
    For full instructions, read the developer guide
    {{gh-feature-flag "publicAPI"}}
    @@ -97,7 +97,7 @@
    Subscribers
    -
    Collect email addresses from your readers, more info in the docs
    +
    Collect email addresses from your readers, more info in the docs
    {{gh-feature-flag "subscribers"}}