From ebb609e4f2413b7b690dce76f684250648b15dc7 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 13 Jan 2021 12:14:56 -0800 Subject: [PATCH] Update website/content/guides/1.7-plugin-upgrade/index.mdx Co-authored-by: Wilken Rivera --- website/content/guides/1.7-plugin-upgrade/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guides/1.7-plugin-upgrade/index.mdx b/website/content/guides/1.7-plugin-upgrade/index.mdx index bd675d1fb..2e79e6426 100644 --- a/website/content/guides/1.7-plugin-upgrade/index.mdx +++ b/website/content/guides/1.7-plugin-upgrade/index.mdx @@ -15,7 +15,7 @@ Packer is currently backwards compatible with the old API because the plugin API ### How to update plugins to use the packer-plugin-SDK -In a best-case scenario, all you'll have to do is replace all the places you import +In a best-case scenario, all you'll have to do is update the packer imports to use the packer-plugin-sdk import path github.com/hashicorp/packer with github.com/hashicorp/packer-plugin-sdk.