Skip to content

Commit 2a76aeb

Browse files
committed
Updated links to ghost.org sites
no issue Follow-up task of the updated Ghost Docs structure. Updated links reflecting the new structure to prevent unnecessary 404s and redirects.
1 parent 9dd09fe commit 2a76aeb

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you've got an idea for a new feature, please start by suggesting it in the [f
1717

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

20-
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.
20+
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.
2121

2222

2323
### Branching Guide

.github/ISSUE_TEMPLATE/--anything-else.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Alternatively, check out these resources below. Thanks! 😁.
1717

1818
- [Forum](https://forum.ghost.org/c/help)
1919
- [Theme Support](https://forum.ghost.org/c/themes)
20-
- [Theme Docs](http://themes.ghost.org/)
21-
- [API Docs](https://api.ghost.org/)
20+
- [Theme Docs](https://ghost.org/docs/themes/)
21+
- [API Docs](https://ghost.org/docs/content-api/)
2222
- [Feature Requests / Ideas](https://forum.ghost.org/c/Ideas)
23-
- [Contributing Guide](https://docs.ghost.org/docs/contributing)
24-
- [Self-hoster Docs](https://docs.ghost.org/)
23+
- [Contributing Guide](https://ghost.org/docs/contributing/)
24+
- [Self-hoster Docs](https://ghost.org/docs/)

.github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please **_do not_** raise an issue on GitHub.
77
We have a **help** category in our **[forum](https://forum.ghost.org/)** where you can get quick answers,
88
help with debugging weird issues, and general help with any aspect of Ghost. There's also an **ideas** category for feature requests.
99

10-
Our extensive **documentation** can be found at https://docs.ghost.org/.
10+
Our extensive **documentation** can be found at https://ghost.org/docs/.
1111

1212
Please go to https://forum.ghost.org and signup to join our community.
1313
You can create a new account, or signup using Google, Twitter or Facebook.

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://docs.ghost.org/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 🙏.

packages/admin-api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Admin Api
22

3-
JavaScript Client Library for the Ghost [Admin API](https://ghost.org/docs/api/admin/)
3+
JavaScript Client Library for the Ghost [Admin API](https://ghost.org/docs/admin-api/)
44

55
## Install
66

@@ -13,7 +13,7 @@ or
1313

1414
## Usage
1515

16-
See https://ghost.org/docs/api/javascript/
16+
See https://ghost.org/docs/admin-api/javascript/
1717

1818

1919
## Develop

packages/content-api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Ghost Content API
22

3-
JavaScript Client Library for the Ghost [Content API](https://ghost.org/docs/api/content/)
3+
JavaScript Client Library for the Ghost [Content API](https://ghost.org/docs/content-api/)
44

55

66
## Usage
77

8-
See https://ghost.org/docs/api/javascript/
8+
See https://ghost.org/docs/content-api/javascript/
99

1010
## Develop
1111

packages/helpers-gatsby/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Ghost Gatsby Helpers
22

3-
Gatsby Helpers for working with the Ghost [Content API](https://ghost.org/docs/api/content/)
3+
Gatsby Helpers for working with the Ghost [Content API](https://ghost.org/docs/content-api/)
44

55
## Usage
66

7-
See https:/ghost.org/docs/api/gatsby/
7+
See https://ghost.org/docs/jamstack/gatsby/
88

99
## Develop
1010

packages/helpers/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Ghost JavaScript Helpers
22

3-
Javascript Helpers for working with the Ghost [Content API](https://docs.ghost.org/api/content/)
3+
Javascript Helpers for working with the Ghost [Content API](https://ghost.org/docs/content-api/)
44

55
## Usage
66

7-
See https://docs.ghost.org/api/helpers/
7+
See https://ghost.org/docs/content-api/javascript/#helpers
88

99
## Develop
1010

0 commit comments

Comments
 (0)