diff --git a/website/components/subnav/index.jsx b/website/components/subnav/index.jsx index 59282c5f8d..f1cd780391 100644 --- a/website/components/subnav/index.jsx +++ b/website/components/subnav/index.jsx @@ -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" diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index eb09fc9641..00db1c6f67 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -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', }, ]}