diff --git a/website/content/guides/1.7-plugin-upgrade/index.mdx b/website/content/guides/1.7-plugin-upgrade/index.mdx index 2e79e6426..537a4024d 100644 --- a/website/content/guides/1.7-plugin-upgrade/index.mdx +++ b/website/content/guides/1.7-plugin-upgrade/index.mdx @@ -19,7 +19,7 @@ In a best-case scenario, all you'll have to do is update the packer imports to u github.com/hashicorp/packer with github.com/hashicorp/packer-plugin-sdk. -But some of the import paths have changed more than that because we've refactored the SDK some to make it easier to discover and use helpful modules. Here are a few common paths below: +But some of the import paths have changed more than that because we've refactored the SDK some to make it easier to discover and use helpful modules. Below are a few common import paths. For a full list of available imports see [Packer Plugin SDK Docs](https://pkg.go.dev/github.com/hashicorp/packer-plugin-sdk/)``` github.com/hashicorp/packer/template/config => github.com/hashicorp/packer-plugin-sdk/template/config github.com/hashicorp/packer/packer => github.com/hashicorp/packer-plugin-sdk/packer