Skip to content

Commit

Permalink
Update Try Cloud CTAs to go direct to the portal (#11535)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed May 5, 2021
1 parent 2059637 commit 3c0762d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/components/subnav/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion website/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3c0762d

Please sign in to comment.