Skip to content

Commit 8e4d58d

Browse files
committed
Updated ghost.org links
1 parent 7fdddf3 commit 8e4d58d

File tree

6 files changed

+17
-21
lines changed

6 files changed

+17
-21
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ const configureGrunt = function (grunt) {
501501
//
502502
// Ghost's GitHub repository contains the un-built source code for Ghost. If you're looking for the already
503503
// built release zips, you can get these from the [release page](https://github.com/TryGhost/Ghost/releases) on
504-
// GitHub or from https://ghost.org/download. These zip files are created using the [grunt release](#release)
504+
// GitHub or from https://ghost.org/docs/install/. These zip files are created using the [grunt release](#release)
505505
// task.
506506
//
507507
// If you want to work on Ghost core, or you want to use the source files from GitHub, then you have to build

PRIVACY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
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.
5+
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/config/#privacy) for details.
66

77
## Official Services
88

@@ -13,7 +13,7 @@ Some official services for Ghost are enabled by default. These services connect
1313

1414
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.
1515

16-
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.
16+
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/config/). You will still receive notifications from the service.
1717

1818
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.
1919

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<p align="center">
2-
<a href="https://ghost.org">
2+
<a href="https://ghost.org/">
33
<img src="https://user-images.githubusercontent.com/120485/43974508-b64b2fe8-9cd2-11e8-8e58-707254b8817c.png" width="140px" alt="Ghost" />
44
</a>
55
</p>
66
<p align="center">
7-
<a href="https://ghost.org">Ghost.org</a> |
8-
<a href="https://ghost.org/features">Features</a> |
9-
<a href="https://ghost.org/customers">Showcase</a> |
7+
<a href="https://ghost.org/">Ghost.org</a> |
8+
<a href="https://ghost.org/features/">Features</a> |
9+
<a href="https://ghost.org/customers/">Showcase</a> |
1010
<a href="https://forum.ghost.org">Forum</a> |
1111
<a href="https://ghost.org/docs/">Docs</a> |
1212
<a href="https://github.com/TryGhost/Ghost/blob/master/.github/CONTRIBUTING.md">Contributing</a> |
1313
<a href="https://twitter.com/ghost">Twitter</a>
1414
<br /><br />
15-
<a href="https://ghost.org">
15+
<a href="https://ghost.org/">
1616
<img src="https://img.shields.io/badge/downloads-2M-brightgreen.svg" alt="Downloads" />
1717
</a>
1818
<a href="https://github.com/TryGhost/Ghost/releases/">
@@ -29,13 +29,13 @@
2929

3030
&nbsp;
3131

32-
<a href="https://ghost.org"><img src="https://user-images.githubusercontent.com/120485/66918181-f88fdc80-f048-11e9-8135-d9c0e7b35ebc.png" alt="Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love." /></a>
32+
<a href="https://ghost.org/"><img src="https://user-images.githubusercontent.com/120485/66918181-f88fdc80-f048-11e9-8135-d9c0e7b35ebc.png" alt="Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love." /></a>
3333

34-
<a href="https://ghost.org/pricing"><img src="https://user-images.githubusercontent.com/120485/43995179-556d7620-9da1-11e8-8410-4b2ba48ea8d0.png" alt="Ghost(Pro)" width="165px" /></a>
34+
<a href="https://ghost.org/pricing/"><img src="https://user-images.githubusercontent.com/120485/43995179-556d7620-9da1-11e8-8410-4b2ba48ea8d0.png" alt="Ghost(Pro)" width="165px" /></a>
3535

36-
The easiest way to get a production instance deployed is with our official **[Ghost(Pro)](https://ghost.org/pricing/)** managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you.
36+
The easiest way to get a production instance deployed is with our official **[Ghost(Pro)](https://ghost.org/pricing/)** managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you.
3737

38-
For most people this ends up being the best value option cause of [how much time it saves](https://ghost.org/docs/concepts/hosting/) — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So you’ll be supporting open source software *and* getting a great service!
38+
For most people this ends up being the best value option cause of [how much time it saves](https://ghost.org/docs/hosting/) — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So you’ll be supporting open source software *and* getting a great service!
3939

4040
If you prefer to run on your own infrastructure, we also offer official 1-off installs and managed support and maintenance plans via **[Ghost(Valet)](https://valet.ghost.org)** - which can save a substantial amount of developer time and resources.
4141

@@ -67,11 +67,11 @@ ghost install
6767

6868
&nbsp;
6969

70-
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/upgrades/), plus everything you need to develop your own Ghost [themes](https://ghost.org/docs/api/handlebars-themes/) or work with [our API](https://ghost.org/docs/api/).
70+
Check out our [official documentation](https://ghost.org/docs/) for more information about our [recommended hosting stack](https://ghost.org/docs/hosting/) & properly [upgrading Ghost](https://ghost.org/docs/update/), plus everything you need to develop your own Ghost [themes](https://ghost.org/docs/themes/) or work with [our API](https://ghost.org/docs/content-api/).
7171

7272
### Contributors & Advanced Developers
7373

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

7676
&nbsp;
7777

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Potential security vulnerabilities can be reported directly us at `security@ghos
44

55
The full, up-to-date details of our security policy and procedure can always be found in our documentation:
66

7-
https://ghost.org/docs/concepts/security/
7+
https://ghost.org/docs/security/
88

9-
Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone 🙏.
9+
Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone 🙏.

content/adapters/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ This default adapter can be found in `core/server/adapters/scheduling/Scheduling
1616

1717
### Custom Adapter
1818
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.
19-
20-
Please follow our detailed guides:
21-
https://ghost.org/docs/concepts/storage-adapters/
22-
https://ghost.org/docs/concepts/custom-schedulers/

content/settings/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### routes.yaml
44

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

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

0 commit comments

Comments
 (0)