-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Overview of the Issue
https://www.packer.io/docs/builders/vagrant#template points to https://github.com/hashicorp/packer/blob/master/builder/vagrant/step_create_vagrantfile.go#L23-L37, which no longer exists in the hashicorp/packer repo resulting in a 404 error.
The file now resides in this repo at https://github.com/hashicorp/packer-plugin-vagrant/blob/main/builder/vagrant/step_create_vagrantfile.go
Additionally, attempting use the Edit this page link on the bottom of the page also gives a 404 error. The old link points to https://github.com/hashicorp/packer/blob/master/website/content/docs/builders/vagrant.mdx which I guess also resides here now at https://github.com/hashicorp/packer-plugin-vagrant/blob/main/docs/builders/vagrant.mdx, but I'm not really sure if that is the correct file.
Reproduction Steps
template
- Navigate to https://www.packer.io/docs/builders/vagrant#template.
- Click
herelink.
Edit this page
- Navigate to https://www.packer.io/docs/builders/vagrant
- Scroll to the bottom of the page.
- Click
Edit this pagelink on the right.