Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Jul 3, 2023
1 parent 2d47a8a commit 2fe3485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/plugins/install-plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ various outputs, like error messages.

## Plugin Loading Overrides

* [`packer init`](/docs/commands/init) will install plugins in the **last** directory
* [`packer init`](/packer/docs/commands/init) will install plugins in the **last** directory
in the following numbered list.

1. `PACKER_PLUGINS_PATH` if set will be the sole location for installing plugins. All other
Expand Down Expand Up @@ -200,7 +200,7 @@ will avoid conflicting with other plugins for other tools, like Terraform.
</Tab>
<Tab heading="manually (multi-component plugin)">

-> The [`packer plugins`](/docs/commands/plugins), available from Packer v1.8.0, command allows
-> The [`packer plugins`](/packer/docs/commands/plugins), available from Packer v1.8.0, command allows
you to install plugins without going through `init`.

```shell
Expand Down
4 changes: 2 additions & 2 deletions website/content/partials/plugins/plugin-location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Where applicable, some installation processes such as `packer init` may override
refer to the installation guide for any loading order overrides.

Packer plugins will usually be located within a plugins sub-directory under Packer's main config directory
[PACKER_CONFIG_DIR](/docs/configure#packer-s-config-directory). If PACKER_CONFIG_DIR is
[PACKER_CONFIG_DIR](/packer/docs/configure#packer-s-config-directory). If PACKER_CONFIG_DIR is
either not set or empty, a default equal to $HOME/.config/packer/plugins, or %APPDATA%\packer.d\plugins for Windows,
will be used.

Expand All @@ -14,7 +14,7 @@ is set. The `PACKER_PLUGIN_PATH` takes precendences overall all other plugin dir
1. The directory where `packer` is installed, or the executable directory.
1. The current working directory, where `packer` is being executed. (`"."`)
1. The `PACKER_CONFIG_DIR/plugins` directory. `PACKER_CONFIG_DIR` refers to *[Packer's config
directory](/docs/configure#packer-s-config-directory)*, if it could be found.
directory](/packer/docs/configure#packer-s-config-directory)*, if it could be found.

~> **Note**: The `PACKER_PLUGIN_PATH` environment variable can be set to more that one directory
, it will be seperated by a semicolon (`;`) on Windows systems and a
Expand Down

0 comments on commit 2fe3485

Please sign in to comment.