Fix links to Learn (#11014)

Some links to introductory tutorials were incorrect after some URLs changed. This fixes the links and the redirects.
pull/11017/head
Geoffrey Grosenbach 5 years ago committed by GitHub
parent f24599ecca
commit f900049fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,10 +29,6 @@
{
"title": "Vagrant Boxes",
"href": "/intro/getting-started/vagrant"
},
{
"title": "Next Steps",
"href": "/intro/getting-started/next"
}
]
}

@ -133,12 +133,14 @@ module.exports = [
},
{
source: '/intro/getting-started/vagrant',
destination: 'https://learn.hashicorp.com/packer/getting-started/vagrant',
destination:
'https://learn.hashicorp.com/tutorials/packer/aws-get-started-post-processors-vagrant?in=packer/aws-get-started',
permanent: true,
},
{
source: '/intro/getting-started/next',
destination: 'https://learn.hashicorp.com/packer/getting-started/next ',
destination:
'https://learn.hashicorp.com/collections/packer/docker-get-started',
permanent: true,
},
{

Loading…
Cancel
Save