diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 6e774a88dc..0dc7e4f1ad 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -3,6 +3,6 @@ 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/products/consul/service-on-azure', - text: 'HashiCorp Consul Service on Azure Public Beta Available Now', + url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-8', + text: 'HashiCorp Consul 1.8, now available in Beta', }