From 13b3ee442d489bfba545faf9f9de54e2b3435249 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Fri, 25 Sep 2020 14:23:57 -0700 Subject: [PATCH] Updates download button to point to Github beta releases (#457) --- website/components/subnav/index.jsx | 5 ++++- website/pages/home/index.jsx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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', }, {