diff --git a/website/components/subnav/index.jsx b/website/components/subnav/index.jsx index f1cd780391..6819af38cc 100644 --- a/website/components/subnav/index.jsx +++ b/website/components/subnav/index.jsx @@ -17,7 +17,10 @@ export default function ProductSubnav() { text: 'GitHub', url: `https://www.github.com/hashicorp/${productSlug}`, }, - { text: 'Download', url: '/docs/getting-started/building' }, + { + text: 'Download', + url: 'https://github.com/hashicorp/boundary/releases/tag/beta', + }, ]} currentPath={router.pathname} menuItemsAlign="right" diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 00db1c6f67..b1e527481e 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -9,7 +9,7 @@ export default function HomePage() { links={[ { text: 'Download', - url: '/docs/getting-started/building', + url: 'https://github.com/hashicorp/boundary/releases/tag/beta', type: 'download', }, {