Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix references to internal documentation #118

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/builders/clone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ segmented below into two categories: required and optional parameters. Within
each category, the available configuration keys are alphabetized.

In addition to the options listed here, a
[communicator](/docs/templates/legacy_json_templates/communicator) can be configured for this
[communicator](/packer/docs/templates/legacy_json_templates/communicator) can be configured for this
builder.

If no communicator is defined, an SSH key is generated for use, and is used
Expand Down
4 changes: 2 additions & 2 deletions docs/builders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ as new Proxmox Virtual Machine images.

Packer is able to target both ISO and existing Cloud-Init images:

- [proxmox-clone](/docs/builders/proxmox/clone) - The proxmox image
- [proxmox-clone](/packer/plugins/builders/proxmox/clone) - The proxmox image
Packer builder is able to create new images for use with Proxmox VE. The
builder takes a cloud-init enabled virtual machine template name, runs any
provisioning necessary on the image after launching it, then creates a virtual
machine template.

- [proxmox-iso](/docs/builders/proxmox/iso) - The proxmox Packer
- [proxmox-iso](/packer/plugins/builders/proxmox/iso) - The proxmox Packer
builder is able to create new images for use with Proxmox VE. The builder
takes an ISO source, runs any provisioning necessary on the image after
launching it, then creates a virtual machine template.
2 changes: 1 addition & 1 deletion docs/builders/iso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ segmented below into two categories: required and optional parameters. Within
each category, the available configuration keys are alphabetized.

In addition to the options listed here, a
[communicator](/docs/templates/legacy_json_templates/communicator) can be configured for this
[communicator](/packer/docs/templates/legacy_json_templates/communicator) can be configured for this
builder.

If no communicator is defined, an SSH key is generated for use, and is used
Expand Down