Updates download button to point to Github beta releases (#457)

pull/459/head
Brandon Romano 5 years ago committed by GitHub
parent f1a49b0444
commit 13b3ee442d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

@ -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',
},
{

Loading…
Cancel
Save