From b5ea5d08410cff4e73932a5c8874de02f5aa2378 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 14 Oct 2020 16:31:58 -0700 Subject: [PATCH] Update banner for Consul 1.9 --- website/data/alert-banner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 2213d8034a..86b80e5499 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -3,7 +3,7 @@ export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { tag: 'Announcing', - url: 'https://www.hashicorp.com/blog/consul-service-on-azure-production-tier', - text: 'HashiCorp Consul Service on Azure Production Tier', + url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-9', + text: 'HashiCorp Consul 1.9 now available in beta.', linkText: 'Learn more', }