diff --git a/ghost/admin/.github/CONTRIBUTING.md b/ghost/admin/.github/CONTRIBUTING.md index 86f0fcf79b..eafcc13056 100644 --- a/ghost/admin/.github/CONTRIBUTING.md +++ b/ghost/admin/.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/ghost/admin/README.md b/ghost/admin/README.md index 8a78da7401..ebeb538459 100644 --- a/ghost/admin/README.md +++ b/ghost/admin/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/ghost/admin/SECURITY.md b/ghost/admin/SECURITY.md index d2995de842..9fa77b7339 100644 --- a/ghost/admin/SECURITY.md +++ b/ghost/admin/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/ghost/admin/app/controllers/setup/three.js b/ghost/admin/app/controllers/setup/three.js index 631e152658..0d33ec9f63 100644 --- a/ghost/admin/app/controllers/setup/three.js +++ b/ghost/admin/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/ghost/admin/app/services/tour.js b/ghost/admin/app/services/tour.js index bbda6e5e86..54dbe287db 100644 --- a/ghost/admin/app/services/tour.js +++ b/ghost/admin/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/ghost/admin/app/templates/about.hbs b/ghost/admin/app/templates/about.hbs index 63a982a8e4..a1dcf857a7 100644 --- a/ghost/admin/app/templates/about.hbs +++ b/ghost/admin/app/templates/about.hbs @@ -11,7 +11,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/ghost/admin/app/templates/components/gh-nav-menu.hbs b/ghost/admin/app/templates/components/gh-nav-menu.hbs index 6581c8a7e9..b23015f688 100644 --- a/ghost/admin/app/templates/components/gh-nav-menu.hbs +++ b/ghost/admin/app/templates/components/gh-nav-menu.hbs @@ -122,7 +122,7 @@ {{/link-to}}Default: English (en); you can add translation files to your theme for any language
+Default: English (en); you can add translation files to your theme for any language
{{/gh-form-group}}{{asset}}
helper',
- details: 'The listed files should be included using the {{asset}}
helper. For more information, please see the asset helper documentation.
The listed files should be included using the {{asset}}
helper. For more information, please see the asset helper documentation.
{{asset}}
helper',
- details: 'The listed files should be included using the {{asset}}
helper. For more information, please see the asset helper documentation.
The listed files should be included using the {{asset}}
helper. For more information, please see the asset helper documentation.