Update landing page CTAs to proper docs pages (#433)

pull/437/head
Brandon Romano 6 years ago committed by GitHub
parent 0469f46252
commit 1d0cecedff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ export default function ProductSubnav() {
text: 'GitHub',
url: `https://www.github.com/hashicorp/${productSlug}`,
},
{ text: 'Download', url: '#' },
{ text: 'Download', url: '/docs/getting-started/building' },
]}
currentPath={router.pathname}
menuItemsAlign="right"

@ -9,12 +9,12 @@ export default function HomePage() {
links={[
{
text: 'Download',
url: '#',
url: '/docs/getting-started/building',
type: 'download',
},
{
text: 'Get Started',
url: '/docs/introduction',
url: '/docs/getting-started',
type: 'inbound',
},
]}

Loading…
Cancel
Save