Skip to content

Commit

Permalink
Switch URLs for Jetpack support to wp.com support docs
Browse files Browse the repository at this point in the history
Fixes #204
  • Loading branch information
ryelle committed Jun 24, 2016
1 parent 35d8788 commit b6b1378
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/lib/url/support.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const root = 'https://support.wordpress.com',
jetpackRoot = 'https://jetpack.me';
const root = 'https://support.wordpress.com';

export default {
ADDING_GOOGLE_APPS_TO_YOUR_SITE: `${root}/add-email/adding-google-apps-to-your-site`,
Expand Down Expand Up @@ -33,8 +32,8 @@ export default {
GRAVATAR_HOVERCARDS: `${root}/gravatar-hovercards`,
IMPORT: `${root}/import`,
INSTAGRAM_WIDGET: `${root}/instagram/instagram-widget`,
JETPACK_SUPPORT: `${jetpackRoot}/support/`,
JETPACK_CONTACT_SUPPORT: `${jetpackRoot}/contact-support/`,
JETPACK_SUPPORT: `${root}/setting-up-premium-services/`,
JETPACK_CONTACT_SUPPORT: `${root}/premium-services/`,
LIVE_CHAT: `${root}/live-chat`,
MANAGE_PURCHASES: `${root}/manage-purchases`,
MAP_EXISTING_DOMAIN: `${root}/domains/map-existing-domain`,
Expand Down

0 comments on commit b6b1378

Please sign in to comment.