From ec05677737b8686d98e38bbdf989d9b4d0f980f6 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 12 Jun 2014 12:52:01 +0200 Subject: [PATCH] Convert support links from forum to new support site --- README.md | 2 +- core/client/templates/-navbar.hbs | 2 +- core/server/views/partials/navbar.hbs | 2 +- core/test/functional/admin/content_test.js | 2 +- core/test/functional/admin/editor_test.js | 2 +- core/test/functional/admin/settings_test.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c574267fff..f9c4c51ea2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ There are **two** main ways to get started with Ghost, take care to use the meth If you just want to get a Ghost blog running in the fastest time possible, this method is for you. -For detailed instructions for various platforms visit the [Ghost Installation Guide](http://docs.ghost.org/installation/). If you get stuck, help is available on [our forum](http://ghost.org/forum/). +For detailed instructions for various platforms visit the [Ghost Installation Guide](http://docs.ghost.org/installation/). If you get stuck, help is available on [our support site](http://support.ghost.org/). 1. Install [Node.js](http://nodejs.org) - Ghost requires **Node v0.10.x** 1. Download the latest Ghost package from [Ghost.org](http://ghost.org/download). diff --git a/core/client/templates/-navbar.hbs b/core/client/templates/-navbar.hbs index cf71a6e008..1e913b13f8 100644 --- a/core/client/templates/-navbar.hbs +++ b/core/client/templates/-navbar.hbs @@ -21,7 +21,7 @@ {{#gh-popover tagName="ul" classNames="overlay" name="user-menu" closeOnClick="true"}}
  • {{#link-to "settings.user"}}Your Profile{{/link-to}}
  • -
  • Help / Support
  • +
  • Help / Support
  • {{#link-to 'signout'}}Sign Out{{/link-to}}
  • {{/gh-popover}} diff --git a/core/server/views/partials/navbar.hbs b/core/server/views/partials/navbar.hbs index 6649911998..ecdcc11206 100644 --- a/core/server/views/partials/navbar.hbs +++ b/core/server/views/partials/navbar.hbs @@ -16,7 +16,7 @@ diff --git a/core/test/functional/admin/content_test.js b/core/test/functional/admin/content_test.js index c4e5e57e07..0fa73f8887 100644 --- a/core/test/functional/admin/content_test.js +++ b/core/test/functional/admin/content_test.js @@ -762,7 +762,7 @@ CasperTest.begin('Admin navigation bar is correct', 28, function suite(test) { test.assertExists('#usermenu li.usermenu-help a', 'Help menu item exists'); test.assertSelectorHasText('#usermenu li.usermenu-help a', 'Help / Support', 'Help menu item has correct text'); - test.assertEquals(this.getElementAttribute('li.usermenu-help a', 'href'), 'http://ghost.org/forum/', 'Help href is correct'); + test.assertEquals(this.getElementAttribute('li.usermenu-help a', 'href'), 'http://support.ghost.org/', 'Help href is correct'); test.assertExists('#usermenu li.usermenu-signout a', 'Sign Out menu item exists'); test.assertSelectorHasText('#usermenu li.usermenu-signout a', 'Sign Out', 'Sign Out menu item has correct text'); diff --git a/core/test/functional/admin/editor_test.js b/core/test/functional/admin/editor_test.js index 3d40774a1b..f6a8185ffd 100644 --- a/core/test/functional/admin/editor_test.js +++ b/core/test/functional/admin/editor_test.js @@ -562,7 +562,7 @@ CasperTest.begin('Admin navigation bar is correct', 28, function suite(test) { test.assertExists('#usermenu li.usermenu-help a', 'Help menu item exists'); test.assertSelectorHasText('#usermenu li.usermenu-help a', 'Help / Support', 'Help menu item has correct text'); - test.assertEquals(this.getElementAttribute('#usermenu li.usermenu-help a', 'href'), 'http://ghost.org/forum/', 'Help href is correct'); + test.assertEquals(this.getElementAttribute('#usermenu li.usermenu-help a', 'href'), 'http://support.ghost.org/', 'Help href is correct'); test.assertExists('#usermenu li.usermenu-signout a', 'Sign Out menu item exists'); test.assertSelectorHasText('#usermenu li.usermenu-signout a', 'Sign Out', 'Sign Out menu item has correct text'); diff --git a/core/test/functional/admin/settings_test.js b/core/test/functional/admin/settings_test.js index 90d239aa6b..ada81eae57 100644 --- a/core/test/functional/admin/settings_test.js +++ b/core/test/functional/admin/settings_test.js @@ -406,7 +406,7 @@ CasperTest.begin('Admin navigation bar is correct', 28, function suite(test) { test.assertExists('#usermenu li.usermenu-help a', 'Help menu item exists'); test.assertSelectorHasText('#usermenu li.usermenu-help a', 'Help / Support', 'Help menu item has correct text'); - test.assertEquals(this.getElementAttribute('#usermenu li.usermenu-help a', 'href'), 'http://ghost.org/forum/', + test.assertEquals(this.getElementAttribute('#usermenu li.usermenu-help a', 'href'), 'http://support.ghost.org/', 'Help href is correct'); test.assertExists('#usermenu li.usermenu-signout a', 'Sign Out menu item exists');