Homepage CTA button to point to Learn (#10380)
redirecting users to learn instead of to the download page.
This commit is contained in:
parent
69262022da
commit
cf8fc11f98
|
@ -29,8 +29,8 @@ export default function HomePage({ serviceMeshIngressGatewayCode }) {
|
|||
},
|
||||
{
|
||||
external: false,
|
||||
title: 'Download',
|
||||
url: '/downloads',
|
||||
title: 'Get Started',
|
||||
url: 'https://learn.hashicorp.com/consul',
|
||||
},
|
||||
]}
|
||||
uiVideo={{
|
||||
|
|
Loading…
Reference in New Issue