From 8463a28c7dff48c3243fbde4b22cef9f7d7a9a7d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 16 May 2019 08:11:26 -0700 Subject: [PATCH] Change to example.com --- config/webpack.dev.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/webpack.dev.config.js b/config/webpack.dev.config.js index 8d73417..fae07fa 100755 --- a/config/webpack.dev.config.js +++ b/config/webpack.dev.config.js @@ -125,9 +125,9 @@ module.exports = Merge.smart(commonConfig, { REDDIT_URL: 'https://www.reddit.com', APPLE_APP_STORE_URL: 'https://www.apple.com/ios/app-store/', GOOGLE_PLAY_URL: 'https://play.google.com/store', - ENTERPRISE_MARKETING_URL: 'https://business.edx.org', - ENTERPRISE_MARKETING_UTM_SOURCE: 'gradebook.edx.org', - ENTERPRISE_MARKETING_UTM_CAMPAIGN: 'edX.org Referral', + ENTERPRISE_MARKETING_URL: 'http://example.com', + ENTERPRISE_MARKETING_UTM_SOURCE: 'example.com', + ENTERPRISE_MARKETING_UTM_CAMPAIGN: 'example.com Referral', ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM: 'Footer', }), // when the --hot option is not passed in as part of the command