mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Remove forum mentions
This commit is contained in:
parent
f8caa1f091
commit
1add453733
3 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ The project is maintained by a non-profit organisation called the **Ghost Founda
|
|||
|
||||
Make sure you've installed Node.js - We recommend the latest **Node v0.10.x** release.
|
||||
|
||||
Ghost is also compatible with **Node v0.12** and **io.js v1.2**, but please note that these versions are more likely to run into installation problems. May contain nuts. Please use the [forum](https://ghost.org/forum/installation/) for help.
|
||||
Ghost is also compatible with **Node v0.12** and **io.js v1.2**, but please note that these versions are more likely to run into installation problems. May contain nuts.
|
||||
|
||||
1. Download the [latest release](https://ghost.org/download/) of Ghost
|
||||
1. Unzip in the location you want to install
|
||||
|
@ -106,7 +106,7 @@ All revenue from **Ghost(Pro)** goes to the Ghost Foundation, the non-profit org
|
|||
|
||||
When a new version of Ghost comes out, you'll want to look over these [upgrade instructions](http://support.ghost.org/how-to-upgrade/) for what to do next.
|
||||
|
||||
You can talk to other Ghost users on [our forums](https://ghost.org/forum) or chat with Ghost developers in our [public Slack team](https://ghost.org/slack/) (it's pretty awesome). We have a public meeting every Tuesday at 5:30pm London time.
|
||||
You can talk to other Ghost users and developers in our [public Slack team](https://ghost.org/slack/) (it's pretty awesome). We have a public meeting every Tuesday at 5:30pm UK time.
|
||||
|
||||
New releases are announced on the [dev blog](http://dev.ghost.org/tag/releases/). You can subscribe by email or follow [@TryGhost_Dev](https://twitter.com/tryghost_dev) on Twitter, if you prefer your updates bite-sized and facetious.
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ function ping(post) {
|
|||
errors.logError(
|
||||
error,
|
||||
'Pinging services for updates on your blog failed, your blog will continue to function.',
|
||||
'If you get this error repeatedly, please seek help from https://ghost.org/forum.'
|
||||
'If you get this error repeatedly, please seek help on http://support.ghost.org.'
|
||||
);
|
||||
});
|
||||
req.end();
|
||||
|
|
|
@ -47,7 +47,7 @@ function updateCheckError(error) {
|
|||
errors.logError(
|
||||
error,
|
||||
'Checking for updates failed, your blog will continue to function.',
|
||||
'If you get this error repeatedly, please seek help from https://ghost.org/forum.'
|
||||
'If you get this error repeatedly, please seek help on http://support.ghost.org.'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue