From 5352a0adca77b9130d19d2fe855cb335dbc8d8df Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 5 May 2021 07:44:32 -0700 Subject: [PATCH] Update Try Cloud CTAs to go direct to the portal (#11535) --- website/components/subnav/index.jsx | 2 +- website/pages/home/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/components/subnav/index.jsx b/website/components/subnav/index.jsx index 097a999b5..315f13588 100644 --- a/website/components/subnav/index.jsx +++ b/website/components/subnav/index.jsx @@ -20,7 +20,7 @@ export default function ProductSubnav() { { text: 'Try Cloud', url: - 'https://cloud.hashicorp.com/?utm_source=vault_io&utm_content=top_nav', + 'https://portal.cloud.hashicorp.com/sign-up?utm_source=vault_io&utm_content=top_nav', }, { text: 'Download', diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 810158a38..2c3b7527a 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -32,7 +32,7 @@ export default function Homepage({ content }) { external: false, title: 'Try Cloud', url: - 'https://cloud.hashicorp.com/?utm_source=vault_io&utm_content=hero', + 'https://portal.cloud.hashicorp.com/sign-up?utm_source=vault_io&utm_content=hero', }, { external: false,