remove broken links and just send users over to learn platform (#11127)

pull/11132/head
Megan Marsh 5 years ago committed by GitHub
parent d9d3ed6a9e
commit a7b234af13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,21 +9,6 @@ export default function DownloadsPage(staticProps) {
<ProductDownloadsPage
getStartedDescription="Follow step-by-step tutorials on the essentials of Packer."
getStartedLinks={[
{
label: 'Getting Started',
href:
'https://learn.hashicorp.com/collections/packer/getting-started',
},
{
label: 'Build an Image with Packer',
href:
'https://learn.hashicorp.com/tutorials/packer/getting-started-build-image',
},
{
label: 'Provisioning',
href:
'https://learn.hashicorp.com/tutorials/packer/getting-started-provision',
},
{
label: 'View all Packer tutorials',
href: 'https://learn.hashicorp.com/packer',

Loading…
Cancel
Save