Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated docs links
refs #9742

- 2.0 will become the latest version on our readme pages
  • Loading branch information
kirrg001 committed Aug 16, 2018
1 parent 529bec8 commit 7b9c6af
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Expand Up @@ -4,23 +4,23 @@ For **help**, **support**, **questions** and **ideas** please use **[our forum](

---

If you're [raising a bug](https://docs.ghost.org/v1/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/v1/docs/contributing#bug-template) so that we can fix it!
If you're [raising a bug](https://docs.ghost.org/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/docs/contributing#bug-template) so that we can fix it!

---

If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/v1/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/v1/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.

---

**Our [Full Contributor Guide](https://docs.ghost.org/v1/docs/contributing)** covers everything you'll need to get started as a contributor 😁
**Our [Full Contributor Guide](https://docs.ghost.org/docs/contributing)** covers everything you'll need to get started as a contributor 😁


*Quick Links:*
- [forum](https://forum.ghost.org)
- [user documentation](https://help.ghost.org)
- [themes documentation](https://themes.ghost.org/v1.23.0/)
- [api documentation](https://api.ghost.org/v1.22.0/)
- [self-hoster guide](https://docs.ghost.org/v1/)
- [themes documentation](https://themes.ghost.org)
- [api documentation](https://api.ghost.org)
- [self-hoster guide](https://docs.ghost.org/)
- [community guidelines](https://ghost.org/conduct/)
- [dev blog](https://blog.ghost.org)

Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/--anything-else.md
Expand Up @@ -15,10 +15,10 @@ Anything else should be posted to https://forum.ghost.org 👫.

Alternatively, check out these resources below. Thanks! 😁.

- [Forum](https://forum.ghost.org)
- [Forum](https://forum.ghost.org/c/help)
- [Theme Support](https://forum.ghost.org/c/themes)
- [Theme Docs](http://themes.ghost.org/v1.23.0/)
- [API Docs](https://api.ghost.org/v1.22.0/)
- [Theme Docs](http://themes.ghost.org/)
- [API Docs](https://api.ghost.org/)
- [Feature Requests / Ideas](https://forum.ghost.org/c/Ideas)
- [Contributing Guide](https://docs.ghost.org/v1/docs/contributing)
- [Self-hoster Docs](https://docs.ghost.org/v1/)
- [Contributing Guide](https://docs.ghost.org/docs/contributing)
- [Self-hoster Docs](http://docs.ghost.org/)
2 changes: 1 addition & 1 deletion PRIVACY.md
Expand Up @@ -13,7 +13,7 @@ Some official services for Ghost are enabled by default. These services connect

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/v1/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://docs.ghost.org/docs/config#section-update-check). 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
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -13,8 +13,8 @@
<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/v1/docs">Documentation</a> |
<a href="https://docs.ghost.org/v1/docs/contributing">Contributing</a> |
<a href="https://docs.ghost.org/docs">Documentation</a> |
<a href="https://docs.ghost.org/docs/contributing">Contributing</a> |
<a href="https://opencollective.com/ghost">Donate</a> |
<a href="https://twitter.com/tryghost">Twitter</a>
<br /><br />
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/v1/docs/install-local)
Then, if installing locally add the `local` flag to get up and running in under a minute - [Local install docs](https://docs.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/v1/docs/install)
or on a server run the full install, including automatic SSL setup using LetsEncrypt - [Production install docs](https://docs.ghost.org/docs/install)

```
$ ghost install
```

&nbsp;

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

&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/v1/docs/contributing) | [Developer Setup Instructions](https://docs.ghost.org/v1/docs/working-with-ghost) | [Admin Client development guide](https://docs.ghost.org/v1/docs/working-with-the-admin-client)
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/docs/contributing) | [Developer Setup Instructions](https://docs.ghost.org/docs/working-with-ghost) | [Admin Client development guide](https://docs.ghost.org/docs/working-with-the-admin-client)

&nbsp;

Expand Down
2 changes: 1 addition & 1 deletion content/themes/casper
2 changes: 1 addition & 1 deletion core/client
2 changes: 1 addition & 1 deletion core/server/api/mail.js
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/v1/docs/mail-config'})
common.i18n.t('common.seeLinkForInstructions', {link: 'https://docs.ghost.org/docs/mail-config'})
].join(' ')
}]
},
Expand Down
2 changes: 1 addition & 1 deletion core/server/services/mail/GhostMailer.js
Expand Up @@ -48,7 +48,7 @@ GhostMailer.prototype.getDomain = function () {
GhostMailer.prototype.send = function (message) {
var self = this,
to,
help = common.i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'https://docs.ghost.org/v1/docs/mail-config'}),
help = common.i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/docs/mail-config'}),
errorMessage = common.i18n.t('errors.mail.failedSendingEmail.error');

// important to clone message as we modify it
Expand Down
2 changes: 1 addition & 1 deletion core/server/update-check.js
Expand Up @@ -50,7 +50,7 @@ function updateCheckError(err) {
}, internal);

err.context = common.i18n.t('errors.updateCheck.checkingForUpdatesFailed.error');
err.help = common.i18n.t('errors.updateCheck.checkingForUpdatesFailed.help', {url: 'https://docs.ghost.org/v1'});
err.help = common.i18n.t('errors.updateCheck.checkingForUpdatesFailed.help', {url: 'https://docs.ghost.org'});
common.logging.error(err);
}

Expand Down
2 changes: 1 addition & 1 deletion core/server/web/middleware/custom-redirects.js
Expand Up @@ -67,7 +67,7 @@ _private.registerRoutes = function registerRoutes() {

/**
* - you can extend Ghost with a custom redirects file
* - see https://github.com/TryGhost/Ghost/issues/7707 and https://docs.ghost.org/v1/docs/redirects
* - see https://github.com/TryGhost/Ghost/issues/7707 and https://docs.ghost.org/docs/redirects
* - file loads synchronously, because we need to register the routes before anything else
*/
exports.use = function use(siteApp) {
Expand Down

0 comments on commit 7b9c6af

Please sign in to comment.