From 9f4c52612c2412313ea728c6d4a7d41b41c20871 Mon Sep 17 00:00:00 2001 From: Peter M <36747421+pcmccarron@users.noreply.github.com> Date: Fri, 22 Jan 2021 16:57:44 -0800 Subject: [PATCH] changing HCP Consul to reflect GA currently still pointing at private beta link, need to fix for GA. --- website/pages/home/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 5976878b5..7341e3d24 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -243,12 +243,12 @@ export default function HomePage() { }, { image: require('./img/cloud/hcp.jpg?url'), - eyebrow: 'Private Beta', + eyebrow: 'General Availability', title: 'HCP Consul on AWS', description: 'HashiCorp Cloud Platform', link: { - text: 'Request Access', - url: 'https://www.hashicorp.com/cloud-platform/request-access/', + text: 'Get Started', + url: 'https://portal.cloud.hashicorp.com', type: 'outbound', }, },