fix bad links

docs/install-plugins-1.11-ga
trujillo-adam 2 years ago committed by Lucas Bajolet
parent 9e7078dbb7
commit 8796c74d71

@ -10,7 +10,7 @@ The `packer init` command initializes Packer according to an HCL template config
## Description
Use the `packer init` command to download and install plugins according to the `required_plugins` block in Packer templates written in HCL. Refer to [Specifying plugin requirements](docs/templates/hcl_templates/blocks/packer#specifying-plugin-requirements) in the template configuration reference for additional information about configuring the `required_plugins` block.
Use the `packer init` command to download and install plugins according to the `required_plugins` block in Packer templates written in HCL. Refer to [Specifying plugin requirements](/packer/docs/templates/hcl_templates/blocks/packer#specifying-plugin-requirements) in the template configuration reference for additional information about configuring the `required_plugins` block.
Legacy JSON templates are not supported. You can convert your JSON template files to HCL using the [hcl2_upgrade](/packer/docs/commands/hcl2_upgrade) command.

@ -10,7 +10,7 @@ This topic describes how to configure Packer. The default configurations are sui
## Overview
You can set Packer-specific environment variables in a configuration file to configure Packer behavior globally. Install configuration files in the Packer configuration directory to implement the configurations. You can also install plugin files and their SHA256SUM files to the plugins subdirectory under the configuration directory. Refer to [Installing Plugins](/plugins/install) for instructions.
You can set Packer-specific environment variables in a configuration file to configure Packer behavior globally. Install configuration files in the Packer configuration directory to implement the configurations. You can also install plugin files and their SHA256SUM files to the plugins subdirectory under the configuration directory. Refer to [Installing Plugins](/packer/docs/plugins/install) for instructions.
You can also define Packer settings in a JSON configuration file and add it to the execution path. This configuration method is deprecated.

@ -9,15 +9,15 @@ This topic describes how to upgrade to v1.11. Refer to the [Packer v1.11 release
## Requirements
[comment]: < > (Delete this section if there is no content for it)
<! -- Delete this section if there is no content for it -->
## Upgrade from v1.10
[comment]: < > (Describe the steps)
<!-- Describe the steps -->
## Upgrade from a version older than v1.10
[comment]: < > (Delete this section if there is no content for it)
<!-- Delete this section if there is no content for it -->
## Troubleshooting

Loading…
Cancel
Save