diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2c13d1287b..ce9a56a7cb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,15 +4,15 @@ For **help**, **support** and **questions** please use **[slack](https://slack.g --- -If you're [raising a bug](https://docs.ghost.org/v1.0.0/docs/contributing#bugs) πŸ› please be sure to [include as much info as possible](https://docs.ghost.org/v1.0.0/docs/contributing#bug-template) so that we can fix it! +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've **got some code** ✨ you want to [pull request](https://docs.ghost.org/v1.0.0/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/v1.0.0/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/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. --- -**Our [Full Contributor Guide](https://docs.ghost.org/v1.0.0/docs/contributing)** covers everything you'll need to get started as a contributor 😁 +**Our [Full Contributor Guide](https://docs.ghost.org/v1/docs/contributing)** covers everything you'll need to get started as a contributor 😁 *Quick Links:* @@ -20,7 +20,7 @@ If you've **got some code** ✨ you want to [pull request](https://docs.ghost.or - [user documentation](https://help.ghost.org) - [themes documentation](https://themes.ghost.org) - [api documentation](https://api.ghost.org) -- [self-hoster guide](http://docs.ghost.org/v1.0.0/) +- [self-hoster guide](http://docs.ghost.org/v1/) - [feature roadmap](https://trello.com/b/EceUgtCL/ghost-roadmap) - [feature wishlist](http://ideas.ghost.org) - [community guidelines](https://ghost.org/conduct/) diff --git a/README.md b/README.md index c4e3c5cb84..de7295cca9 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ The project is maintained by a non-profit organisation called the **Ghost Foundation**, along with an amazing group of independent [contributors](https://github.com/TryGhost/Ghost/contributors). We're trying to make publishing software that changes the shape of online journalism. - [Ghost.org](https://ghost.org) -- [Supported Node Versions](https://docs.ghost.org/v1.0.0/docs/supported-node-versions) +- [Supported Node Versions](https://docs.ghost.org/v1/docs/supported-node-versions) - [Latest Release](https://ghost.org/developers/) - [Help & Support](http://help.ghost.org/) -- [Theme Docs](http://themes.ghost.org/v1.0.0/) +- [Theme Docs](http://themes.ghost.org/v1/) - [API Docs](https://api.ghost.org/) -- [Contributing Guide](https://docs.ghost.org/v1.0.0/docs/contributing) +- [Contributing Guide](https://docs.ghost.org/v1/docs/contributing) - [Feature Requests](http://ideas.ghost.org/) - [Developer Blog](http://dev.ghost.org) -- [Self-hoster Docs](http://docs.ghost.org/v1.0.0/) +- [Self-hoster Docs](http://docs.ghost.org/v1/) **NOTE: If you’re stuck, can’t get something working or need some help, please head on over and join our [Slack community](https://ghost.org/slack/) rather than opening an issue.** @@ -34,14 +34,14 @@ Not only will it save you hours of maintenance per month, but all revenue goes t Other options are also available if you prefer playing around with servers by yourself, of course. The freedom of choice is in your hands. -- [Self-hosting Guide](https://docs.ghost.org/v1.0.0/docs/getting-started-guide) +- [Self-hosting Guide](https://docs.ghost.org/v1/docs/getting-started-guide) # Theme Developers If you are developing a Ghost theme for your own site or creating themes for others to use we recommend installing Ghost on your own local machine. Luckily we have a brand new Ghost CLI to make this really easy πŸ˜„ -- [Installing Ghost via the CLI](https://docs.ghost.org/v1.0.0/docs/install-local) +- [Installing Ghost via the CLI](https://docs.ghost.org/v1/docs/install-local) - [Theme Developer Docs](http://themes.ghost.org) @@ -49,14 +49,14 @@ If you are developing a Ghost theme for your own site or creating themes for oth For anyone wishing to contribute to Ghost or to hack/customise core files we recommend following our development setup guides: -- [General Contributor Guide](https://docs.ghost.org/v1.0.0/docs/contributing) -- [Developer Setup Instructions](https://docs.ghost.org/v1.0.0/docs/working-with-ghost) -- [Admin Client development guide](https://docs.ghost.org/v1.0.0/docs/working-with-the-admin-client) +- [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) # Staying Up to Date -When a new version of Ghost comes out, you'll want to look over these [upgrade instructions](https://docs.ghost.org/v1.0.0/docs/upgrade) for what to do next. +When a new version of Ghost comes out, you'll want to look over these [upgrade instructions](https://docs.ghost.org/v1/docs/upgrade) for what to do next. You can talk to other Ghost users and developers in our [public Slack team](https://ghost.org/slack/) (it's pretty awesome). diff --git a/content/adapters/README.md b/content/adapters/README.md index aacdd77acc..2a7520baa4 100644 --- a/content/adapters/README.md +++ b/content/adapters/README.md @@ -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.0.0/docs/using-a-custom-storage-module -https://docs.ghost.org/v1.0.0/docs/using-a-custom-scheduling-module +https://docs.ghost.org/v1/docs/using-a-custom-storage-module +https://docs.ghost.org/v1/docs/using-a-custom-scheduling-module diff --git a/core/server/api/authentication.js b/core/server/api/authentication.js index f46a67e23f..27c2eb56d4 100644 --- a/core/server/api/authentication.js +++ b/core/server/api/authentication.js @@ -536,7 +536,7 @@ authentication = { logging.error(new errors.EmailError({ err: error, context: i18n.t('errors.api.authentication.unableToSendWelcomeEmail'), - help: i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/v1.0.0/docs/mail-config'}) + help: i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/v1/docs/mail-config'}) })); }); }) diff --git a/core/server/api/mail.js b/core/server/api/mail.js index 99c834f85a..573068dc6e 100644 --- a/core/server/api/mail.js +++ b/core/server/api/mail.js @@ -29,7 +29,7 @@ function sendMail(object) { message: [ i18n.t('warnings.index.unableToSendEmail'), i18n.t('common.seeLinkForInstructions', - {link: 'Checkout our mail configuration docs!'}) + {link: 'Checkout our mail configuration docs!'}) ].join(' ') }]}, {context: {internal: true}} diff --git a/core/server/update-check.js b/core/server/update-check.js index cb0360e1c3..dc98572e3c 100644 --- a/core/server/update-check.js +++ b/core/server/update-check.js @@ -48,7 +48,7 @@ function updateCheckError(err) { ); err.context = i18n.t('errors.update-check.checkingForUpdatesFailed.error'); - err.help = i18n.t('errors.update-check.checkingForUpdatesFailed.help', {url: 'https://docs.ghost.org/v1.0.0'}); + err.help = i18n.t('errors.update-check.checkingForUpdatesFailed.help', {url: 'https://docs.ghost.org/v1'}); logging.error(err); }