Skip to content

Commit

Permalink
Updated links to docs (TryGhost#10941)
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
aileen authored Jul 22, 2019
1 parent 1f206d8 commit 496f873
Show file tree
Hide file tree
Showing 40 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# You can add one username per supported platform and one custom link
open_collective: ghost
custom: https://docs.ghost.org/concepts/contributing/
custom: https://ghost.org/docs/concepts/contributing/
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/--anything-else.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Alternatively, check out these resources below. Thanks! 😁.

- [Forum](https://forum.ghost.org/c/help)
- [Theme Support](https://forum.ghost.org/c/themes)
- [Theme Docs](http://themes.ghost.org/)
- [API Docs](https://api.ghost.org/)
- [Theme Docs](https://ghost.org/docs/api/v2/handlebars-themes/)
- [API Docs](https://ghost.org/docs/api/v2/)
- [Feature Requests / Ideas](https://forum.ghost.org/c/Ideas)
- [Contributing Guide](https://docs.ghost.org/docs/contributing)
- [Self-hoster Docs](https://docs.ghost.org/)
- [Contributing Guide](https://ghost.org/docs/concepts/contributing/)
- [Self-hoster Docs](https://ghost.org/docs/)
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please **_do not_** raise an issue on GitHub.
We have a **help** category in our **[forum](https://forum.ghost.org/)** where you can get quick answers,
help with debugging weird issues, and general help with any aspect of Ghost. There's also an **ideas** category for feature requests.

Our extensive **documentation** can be found at https://docs.ghost.org/.
Our extensive **documentation** can be found at https://ghost.org/docs/.

Please go to https://forum.ghost.org and signup to join our community.
You can create a new account, or signup using Google, Twitter or Facebook.
Expand Down
2 changes: 1 addition & 1 deletion .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issues:
comment: |
Hey @{issue-author} :wave: We ask that you please do not use GitHub for help or support 😄. We use GitHub solely for bug-tracking and on-going feature development.
Many questions can be answered by reviewing our [documentation](https://docs.ghost.org). If you can't find an answer then our [forum](https://forum.ghost.org) is a great place to get community support, plus it helps create a central location for searching problems/solutions.
Many questions can be answered by reviewing our [documentation](https://ghost.org/docs/). If you can't find an answer then our [forum](https://forum.ghost.org) is a great place to get community support, plus it helps create a central location for searching problems/solutions.
FYI: Many projects have their own support guidelines and GitHub will highlight them for you as it did here, or the project owners will use issue templates to point you in the right direction. Reading the guidelines or issue templates before opening issues can save you and project maintainers valuable time.
close: true
Expand Down
6 changes: 3 additions & 3 deletions PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.[env].json` file. Check out the [configuration guide](https://docs.ghost.org/docs/config#section-privacy) for details.
Each of the items listed in this document can be disabled via Ghost's `config.[env].json` file. Check out the [configuration guide](https://ghost.org/docs/concepts/config/#privacy) for details.

## Official Services

Expand All @@ -11,9 +11,9 @@ Some official services for Ghost are enabled by default. These services connect

### Automatic Update Checks

When a new session is started, Ghost pings a Ghost.org service to check if the current version of Ghost is the latest version of Ghost. If an update is available, a notification on the About Page appears to let you know.
When a new session is started, Ghost pings a Ghost.org service to check if the current version of Ghost is the latest version of Ghost. If an update is available, a notification on the About Page appears to let you know.

Ghost will collect basic anonymised usage statistics from your blog before sending the request to the service. You can disable collecting statistics using the [privacy configuration](https://docs.ghost.org/docs/config#section-update-check). You will still receive notifications from the service.
Ghost will collect basic anonymised usage statistics from your blog before sending the request to the service. You can disable collecting statistics using the [privacy configuration](https://ghost.org/docs/concepts/config/). You will still receive notifications from the service.

All of the information and code related to this service is available in the [update-check.js](https://github.com/TryGhost/Ghost/blob/master/core/server/update-check.js) file.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="https://ghost.org/features">Features</a> |
<a href="https://ghost.org/customers">Showcase</a> |
<a href="https://forum.ghost.org">Forum</a> |
<a href="https://docs.ghost.org/">Documentation</a> |
<a href="https://ghost.org/docs/">Documentation</a> |
<a href="https://github.com/TryGhost/Ghost/blob/master/.github/CONTRIBUTING.md">Contributing</a> |
<a href="https://opencollective.com/ghost">Donate</a> |
<a href="https://twitter.com/ghost">Twitter</a>
Expand Down Expand Up @@ -69,23 +69,23 @@ $ npm install ghost-cli -g

&nbsp;

Then, if installing locally add the `local` flag to get up and running in under a minute - [Local install docs](https://docs.ghost.org/install/local)
Then, if installing locally add the `local` flag to get up and running in under a minute - [Local install docs](https://ghost.org/docs/install/local/)

```
$ ghost install local
```

&nbsp;

or on a server run the full install, including automatic SSL setup using LetsEncrypt - [Production install docs](https://docs.ghost.org/install/ubuntu/)
or on a server run the full install, including automatic SSL setup using LetsEncrypt - [Production install docs](https://ghost.org/docs/install/ubuntu/)

```
$ ghost install
```

&nbsp;

Check out our [official documentation](https://docs.ghost.org) for more information about our [recommended hosting stack](https://docs.ghost.org/concepts/hosting) & properly [upgrading Ghost](https://docs.ghost.org/docs/upgrade), plus everything you need to develop your own Ghost [themes](https://docs.ghost.org/api/handlebars-themes) or work with [our API](https://api.ghost.org/docs).
Check out our [official documentation](https://ghost.org/docs/) for more information about our [recommended hosting stack](https://ghost.org/docs/concepts/hosting/) & properly [upgrading Ghost](https://ghost.org/faq/upgrade-to-ghost-2-0/), plus everything you need to develop your own Ghost [themes](https://ghost.org/docs/api/v2/handlebars-themes/) or work with [our API](https://ghost.org/docs/api/v2/).

&nbsp;

Expand All @@ -101,7 +101,7 @@ To stay up to date with all the latest news and product updates, make sure you [

# Contributors & Advanced Developers

For anyone wishing to contribute to Ghost or to hack/customise core files we recommend following our full development setup guides: [General Contributor Guide](https://docs.ghost.org/concepts/contributing) | [Developer Setup Instructions](https://docs.ghost.org/install/source) | [Admin Client development guide](https://docs.ghost.org/install/source/#ghost-admin)
For anyone wishing to contribute to Ghost or to hack/customise core files we recommend following our full development setup guides: [General Contributor Guide](https://ghost.org/docs/concepts/contributing/) | [Developer Setup Instructions](https://ghost.org/docs/install/source/) | [Admin Client development guide](https://ghost.org/docs/install/source/#ghost-admin)

&nbsp;

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🙏.
4 changes: 2 additions & 2 deletions content/adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ This default adapter can be found in `core/server/adapters/scheduling/Scheduling
To override any of the default adapters, you have to add a folder (`content/adapters/storage` or `content/adapters/scheduling`) and copy your adapter to it.

Please follow our detailed guides:
https://docs.ghost.org/v1/docs/using-a-custom-storage-module
https://docs.ghost.org/v1/docs/using-a-custom-scheduling-module
https://ghost.org/docs/concepts/storage-adapters/
https://ghost.org/docs/concepts/custom-schedulers/
2 changes: 1 addition & 1 deletion content/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### routes.yaml

To find out more about `routes.yaml` configuration and how to use it visit [documentation](https://docs.ghost.org/api/handlebars-themes/routing/#base-configuration).
To find out more about `routes.yaml` configuration and how to use it visit [documentation](https://ghost.org/docs/api/v2/handlebars-themes/routing/).

This is how the default `routes.yaml` file looks like:

Expand Down
2 changes: 1 addition & 1 deletion core/frontend/apps/subscribers/lib/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function registerHelpers(ghost) {
flagKey: 'subscribers',
flagName: 'Subscribers',
helperName: 'subscribe_form',
helpUrl: 'https://docs.ghost.org/faq/enable-subscribers-feature/'
helpUrl: 'https://ghost.org/faq/enable-subscribers-feature/'
}, () => {
return require('./subscribe_form').apply(self, args);
});
Expand Down
2 changes: 1 addition & 1 deletion core/frontend/helpers/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ module.exports = function getLabsWrapper() {
// Even though this is a labs enabled helper, really we want users to upgrade to v2 API.
errMessagePath: 'warnings.helpers.get.apiRequired.message',
errContextPath: 'warnings.helpers.get.apiRequired.context',
helpUrl: 'https://docs.ghost.org/api/handlebars-themes/packagejson/',
helpUrl: 'https://ghost.org/docs/api/v2/handlebars-themes/packagejson/',
async: true
}, function executeHelper() {
return get.apply(self, args);
Expand Down
2 changes: 1 addition & 1 deletion core/frontend/helpers/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pagination = function (options) {
throw new errors.IncorrectUsageError({
level: 'normal',
message: i18n.t('warnings.helpers.pagination.invalidData'),
help: 'https://docs.ghost.org/api/handlebars-themes/helpers/pagination/'
help: 'https://ghost.org/docs/api/v2/handlebars-themes/helpers/pagination/'
});
}

Expand Down
4 changes: 2 additions & 2 deletions core/frontend/services/redirects/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const validate = (redirects) => {
if (!_.isArray(redirects)) {
throw new common.errors.ValidationError({
message: common.i18n.t('errors.utils.redirectsWrongFormat'),
help: 'https://docs.ghost.org/concepts/redirects/'
help: 'https://ghost.org/docs/api/v2/handlebars-themes/routing/redirects/'
});
}

Expand All @@ -18,7 +18,7 @@ const validate = (redirects) => {
throw new common.errors.ValidationError({
message: common.i18n.t('errors.utils.redirectsWrongFormat'),
context: redirect,
help: 'https://docs.ghost.org/concepts/redirects/'
help: 'https://ghost.org/docs/api/v2/handlebars-themes/routing/redirects/'
});
}
});
Expand Down
2 changes: 1 addition & 1 deletion core/server/api/v0.1/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function sendMail(object) {
type: 'warn',
message: [
common.i18n.t('warnings.index.unableToSendEmail'),
common.i18n.t('common.seeLinkForInstructions', {link: 'https://docs.ghost.org/mail/'})
common.i18n.t('common.seeLinkForInstructions', {link: 'https://ghost.org/docs/concepts/config/#mail'})
].join(' ')
}]
},
Expand Down
2 changes: 1 addition & 1 deletion core/server/api/v2/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _private.sendMail = (object) => {
type: 'warn',
message: [
common.i18n.t('warnings.index.unableToSendEmail'),
common.i18n.t('common.seeLinkForInstructions', {link: 'https://docs.ghost.org/mail/'})
common.i18n.t('common.seeLinkForInstructions', {link: 'https://ghost.org/docs/concepts/config/#mail'})
].join(' ')
}]
},
Expand Down
2 changes: 1 addition & 1 deletion core/server/data/db/migrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports.isDbCompatible = (connection) => {
message: 'Your database version is not compatible with Ghost 2.0.',
help: 'Want to keep your DB? Use Ghost < 1.0.0 or the "0.11" branch.' +
'\n\n\n' +
'Want to migrate Ghost 0.11 to 2.0? Please visit https://docs.ghost.org/v1/docs/migrating-to-ghost-1-0-0'
'Want to migrate Ghost 0.11 to 2.0? Please visit https://ghost.org/faq/upgrade-to-ghost-1-0/'
});
})
.catch((err) => {
Expand Down
6 changes: 3 additions & 3 deletions core/server/data/importer/importers/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ DataImporter = {
if (!importData.meta) {
throw new common.errors.IncorrectUsageError({
message: 'Wrong importer structure. `meta` is missing.',
help: 'https://docs.ghost.org/api/migration/#json-file-structure'
help: 'https://ghost.org/docs/api/v2/migration/#json-file-structure'
});
}

if (!importData.meta.version) {
throw new common.errors.IncorrectUsageError({
message: 'Wrong importer structure. `meta.version` is missing.',
help: 'https://docs.ghost.org/api/migration/#json-file-structure'
help: 'https://ghost.org/docs/api/v2/migration/#json-file-structure'
});
}

Expand All @@ -76,7 +76,7 @@ DataImporter = {
if (!semver.valid(importData.meta.version)) {
return Promise.reject(new common.errors.InternalServerError({
message: 'Detected unsupported file structure.',
help: 'Please install Ghost 1.0, import the file and then update your blog to Ghost 2.0.\nVisit https://docs.ghost.org/faq/upgrade-to-ghost-1-0 or ask for help in our https://forum.ghost.org.'
help: 'Please install Ghost 1.0, import the file and then update your blog to Ghost 2.0.\nVisit https://ghost.org/faq/upgrade-to-ghost-1-0 or ask for help in our https://forum.ghost.org.'
}));
}

Expand Down
2 changes: 1 addition & 1 deletion core/server/data/schema/default-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"defaultValue": "{}"
},
"navigation": {
"defaultValue": "[{\"label\":\"Home\", \"url\":\"/\"},{\"label\":\"Tag\", \"url\":\"/tag/getting-started/\"}, {\"label\":\"Author\", \"url\":\"/author/ghost/\"},{\"label\":\"Help\", \"url\":\"https://docs.ghost.org\"}]"
"defaultValue": "[{\"label\":\"Home\", \"url\":\"/\"},{\"label\":\"Tag\", \"url\":\"/tag/getting-started/\"}, {\"label\":\"Author\", \"url\":\"/author/ghost/\"},{\"label\":\"Help\", \"url\":\"https://ghost.org/docs/\"}]"
},
"slack": {
"defaultValue": "[{\"url\":\"\", \"username\":\"Ghost\"}]"
Expand Down
Loading

0 comments on commit 496f873

Please sign in to comment.