From fd4a782bdd5e3e87e731d5288eb1bafa402295bc Mon Sep 17 00:00:00 2001
From: Fabio Berger <me@fabioberger.com>
Date: Thu, 15 Nov 2018 20:47:11 +0000
Subject: Update call-to-action links

---
 packages/website/ts/pages/launch_kit/launch_kit.tsx | 8 ++++----
 packages/website/ts/utils/constants.ts              | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/packages/website/ts/pages/launch_kit/launch_kit.tsx b/packages/website/ts/pages/launch_kit/launch_kit.tsx
index 208e84b12..1e798f093 100644
--- a/packages/website/ts/pages/launch_kit/launch_kit.tsx
+++ b/packages/website/ts/pages/launch_kit/launch_kit.tsx
@@ -127,7 +127,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
                                     className={`flex clearfix sm-mx-auto ${isSmallScreen ? 'justify-center' : ''}`}
                                 >
                                     <Container paddingRight="20px">
-                                        <Link to={WebsitePaths.Docs}>
+                                        <Link to={constants.URL_LAUNCH_KIT} shouldOpenInNewTab={true}>
                                             <Button
                                                 padding={isSmallScreen ? smallButtonPadding : largeButtonPadding}
                                                 borderRadius="4px"
@@ -140,7 +140,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
                                         </Link>
                                     </Container>
                                     <div>
-                                        <Link to={WebsitePaths.Portal}>
+                                        <Link to={constants.URL_LAUNCH_KIT_BLOG_POST} shouldOpenInNewTab={true}>
                                             <Button
                                                 backgroundColor={lighterBackgroundColor}
                                                 borderColor={colors.white}
@@ -233,7 +233,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
                         paddingTop="5px"
                     >
                         <Container paddingRight="20px">
-                            <Link to={WebsitePaths.Docs}>
+                            <Link to={constants.URL_LAUNCH_KIT} shouldOpenInNewTab={true}>
                                 <Button
                                     padding={isSmallScreen ? smallButtonPadding : largeButtonPadding}
                                     borderRadius="4px"
@@ -247,7 +247,7 @@ export class LaunchKit extends React.Component<LaunchKitProps, LaunchKitState> {
                             </Link>
                         </Container>
                         <div>
-                            <Link to={constants.URL_ZEROEX_CHAT}>
+                            <Link to={constants.URL_ZEROEX_CHAT} shouldOpenInNewTab={true}>
                                 <Button
                                     padding={isSmallScreen ? smallButtonPadding : largeButtonPadding}
                                     borderRadius="4px"
diff --git a/packages/website/ts/utils/constants.ts b/packages/website/ts/utils/constants.ts
index 0a8a86c50..75ffe338f 100644
--- a/packages/website/ts/utils/constants.ts
+++ b/packages/website/ts/utils/constants.ts
@@ -95,6 +95,8 @@ export const constants = {
     URL_TWITTER: 'https://twitter.com/0xproject',
     URL_WETH_IO: 'https://weth.io/',
     URL_ZEROEX_CHAT,
+    URL_LAUNCH_KIT: 'https://github.com/0xProject/0x-launch-kit',
+    URL_LAUNCH_KIT_BLOG_POST: 'https://blog.0xproject.com',
     URL_WEB3_DOCS: 'https://github.com/ethereum/wiki/wiki/JavaScript-API',
     URL_WEB3_DECODED_LOG_ENTRY_EVENT:
         'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L123',
-- 
cgit v1.2.3