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:
parent
f026b409f4
commit
4ae26a13b1
|
@ -29,10 +29,6 @@
|
||||||
{
|
{
|
||||||
"title": "Vagrant Boxes",
|
"title": "Vagrant Boxes",
|
||||||
"href": "/intro/getting-started/vagrant"
|
"href": "/intro/getting-started/vagrant"
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Next Steps",
|
|
||||||
"href": "/intro/getting-started/next"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -133,12 +133,14 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/intro/getting-started/vagrant',
|
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,
|
permanent: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/intro/getting-started/next',
|
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,
|
permanent: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue