Fix links to Learn (#11014)

Some links to introductory tutorials were incorrect after some URLs changed. This fixes the links and the redirects.
This commit is contained in:
Geoffrey Grosenbach 2021-05-13 09:15:02 -07:00 committed by GitHub
parent f24599ecca
commit f900049fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

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

View File

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