From 1add45373363c5fc45cd18545aa862e3ba4dabdb Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 29 Sep 2015 13:10:04 +0200 Subject: [PATCH] Remove forum mentions --- README.md | 4 ++-- core/server/data/xml/xmlrpc.js | 2 +- core/server/update-check.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 329294fca4..ec9a195133 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/core/server/data/xml/xmlrpc.js b/core/server/data/xml/xmlrpc.js index 1ca5ed59ec..5bdfaa93c7 100644 --- a/core/server/data/xml/xmlrpc.js +++ b/core/server/data/xml/xmlrpc.js @@ -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(); diff --git a/core/server/update-check.js b/core/server/update-check.js index 5f12d3023e..0aeaa45c83 100644 --- a/core/server/update-check.js +++ b/core/server/update-check.js @@ -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.' ); }