From b134b246792ff9a7b9c9e482dc14dd69892b431f Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Mon, 22 Jul 2019 16:53:24 +0800 Subject: [PATCH] Updated links to docs (#1276) no issue --- .github/CONTRIBUTING.md | 2 +- README.md | 4 ++-- SECURITY.md | 2 +- app/controllers/setup/three.js | 2 +- app/services/tour.js | 2 +- app/templates/about.hbs | 4 ++-- app/templates/components/gh-nav-menu.hbs | 4 ++-- app/templates/settings/design.hbs | 2 +- app/templates/settings/general.hbs | 2 +- app/templates/settings/integrations.hbs | 16 ++++++++-------- app/templates/settings/labs.hbs | 6 +++--- tests/acceptance/settings/design-test.js | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 86f0fcf79..eafcc1305 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,7 +17,7 @@ If you've got an idea for a new feature, please start by suggesting it in the [f If you're going to work on Ghost core you'll need to go through a slightly more involved install and setup process than the usual Ghost CLI version. -First you'll need to fork both [Ghost](https://github.com/tryghost/ghost) and [Ghost-Admin](https://github.com/tryghost/ghost-admin) to your personal Github account, and then follow the detailed [install from source](https://docs.ghost.org/install/source/) setup guide. +First you'll need to fork both [Ghost](https://github.com/tryghost/ghost) and [Ghost-Admin](https://github.com/tryghost/ghost-admin) to your personal Github account, and then follow the detailed [install from source](https://ghost.org/docs/install/source/) setup guide. ### Branching Guide diff --git a/README.md b/README.md index 8a78da740..ebeb53845 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is the home of Ember.js based admin client that ships with [Ghost](https://github.com/tryghost/ghost). -**Do you want to set up a Ghost blog?** Check the [getting started guide](https://docs.ghost.org/concepts/introduction/) +**Do you want to set up a Ghost blog?** Check the [getting started guide](https://ghost.org/docs/concepts/introduction/) -**Do you want to modify or contribute to Ghost-Admin?** Please read how to [install from source](https://docs.ghost.org/install/source/) and swing by our [forum](https://forum.ghost.org) if you need any help ๐Ÿ˜„ +**Do you want to modify or contribute to Ghost-Admin?** Please read how to [install from source](https://ghost.org/docs/install/source/) and swing by our [forum](https://forum.ghost.org) if you need any help ๐Ÿ˜„ ## Have a bug or issue? diff --git a/SECURITY.md b/SECURITY.md index d2995de84..9fa77b733 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,6 @@ Potential security vulnerabilities can be reported directly us at `security@ghos The full, up-to-date details of our security policy and procedure can always be found in our documentation: -https://docs.ghost.org/security/ +https://ghost.org/docs/concepts/security/ Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone ๐Ÿ™. \ No newline at end of file diff --git a/app/controllers/setup/three.js b/app/controllers/setup/three.js index 631e15265..0d33ec9f6 100644 --- a/app/controllers/setup/three.js +++ b/app/controllers/setup/three.js @@ -230,7 +230,7 @@ export default Controller.extend({ invitationsString = erroredEmails.length > 1 ? ' invitations: ' : ' invitation: '; message = `Failed to send ${erroredEmails.length} ${invitationsString}`; message += Ember.Handlebars.Utils.escapeExpression(erroredEmails.join(', ')); - message += '. Please check your email configuration, see https://docs.ghost.org/mail/ for instructions'; + message += '. Please check your email configuration, see https://ghost.org/docs/concepts/config/#mail for instructions'; message = htmlSafe(message); notifications.showAlert(message, {type: 'error', delayed: successCount > 0, key: 'signup.send-invitations.failed'}); diff --git a/app/services/tour.js b/app/services/tour.js index bbda6e5e8..54dbe287d 100644 --- a/app/services/tour.js +++ b/app/services/tour.js @@ -60,7 +60,7 @@ export default Service.extend(Evented, { }, { id: 'upload-a-theme', title: 'Customising your publication', - message: 'Using custom themes you can completely control the look and feel of your site to suit your brand. Here\'s a full guide to help: https://docs.ghost.org/api/handlebars-themes/' + message: 'Using custom themes you can completely control the look and feel of your site to suit your brand. Here\'s a full guide to help: https://ghost.org/docs/api/v2/handlebars-themes/' }]; }, diff --git a/app/templates/about.hbs b/app/templates/about.hbs index 63a982a8e..a1dcf857a 100644 --- a/app/templates/about.hbs +++ b/app/templates/about.hbs @@ -11,7 +11,7 @@
  • Mail {{#if config.mail}}{{config.mail}}{{else}}Native{{/if}}
  • - User Documentation + User Documentation Get Help With Ghost
    @@ -33,7 +33,7 @@

    Ghost is built by an incredible group of contributors from all over the world. Here are just a few of the people who helped create the version youโ€™re using right now.

    - Find out how you can get involved + Find out how you can get involved diff --git a/app/templates/components/gh-nav-menu.hbs b/app/templates/components/gh-nav-menu.hbs index 6581c8a7e..b23015f68 100644 --- a/app/templates/components/gh-nav-menu.hbs +++ b/app/templates/components/gh-nav-menu.hbs @@ -122,7 +122,7 @@ {{/link-to}}
  • - + {{svg-jar "ambulance"}} Support Center
  • @@ -135,7 +135,7 @@
  • - + {{svg-jar "book-open"}} How to Use Ghost
  • diff --git a/app/templates/settings/design.hbs b/app/templates/settings/design.hbs index 46908130a..1394eb50c 100644 --- a/app/templates/settings/design.hbs +++ b/app/templates/settings/design.hbs @@ -109,7 +109,7 @@ - +
    {{svg-jar "book-open"}}
    {{/liquid-if}} diff --git a/app/templates/settings/integrations.hbs b/app/templates/settings/integrations.hbs index 4300b45c2..54dcf56e9 100644 --- a/app/templates/settings/integrations.hbs +++ b/app/templates/settings/integrations.hbs @@ -6,49 +6,49 @@
    - +
    Disqus
    - +
    Analytics
    - +
    Mailchimp
    - +
    Typeform
    - +
    YouTube
    - +
    Buffer
    - +
    Revue
    - + diff --git a/app/templates/settings/labs.hbs b/app/templates/settings/labs.hbs index 91491c541..559e65aeb 100644 --- a/app/templates/settings/labs.hbs +++ b/app/templates/settings/labs.hbs @@ -102,7 +102,7 @@
    {{gh-feature-flag "publicAPI"}}
    @@ -113,7 +113,7 @@
    Subscribers
    Collect email addresses from your readers, more info in the docs
    + href="https://ghost.org/faq/enable-subscribers-feature/">the docs
    {{#if feature.members}} @@ -244,7 +244,7 @@ }}
    Redirects
    -
    Configure redirects for old or moved content, more info in the docs
    +
    Configure redirects for old or moved content, more info in the docs
    {{#each uploader.errors as |error|}}
    {{or error.context error.message}}
    {{/each}} diff --git a/tests/acceptance/settings/design-test.js b/tests/acceptance/settings/design-test.js index db592ef97..891d36275 100644 --- a/tests/acceptance/settings/design-test.js +++ b/tests/acceptance/settings/design-test.js @@ -383,7 +383,7 @@ describe('Acceptance: Settings - Design', function () { theme.warnings = [{ level: 'warning', rule: 'Assets such as CSS & JS must use the {{asset}} helper', - details: '

    The listed files should be included using the {{asset}} helper. For more information, please see the asset helper documentation.

    ', + details: '

    The listed files should be included using the {{asset}} helper. For more information, please see the asset helper documentation.

    ', failures: [ { ref: '/assets/dist/img/apple-touch-icon.png' @@ -565,7 +565,7 @@ describe('Acceptance: Settings - Design', function () { theme.update({warnings: [{ level: 'warning', rule: 'Assets such as CSS & JS must use the {{asset}} helper', - details: '

    The listed files should be included using the {{asset}} helper. For more information, please see the asset helper documentation.

    ', + details: '

    The listed files should be included using the {{asset}} helper. For more information, please see the asset helper documentation.

    ', failures: [ { ref: '/assets/dist/img/apple-touch-icon.png'