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', }