diff --git a/website/content/guides/1.7-plugin-upgrade/index.mdx b/website/content/guides/1.7-plugin-upgrade/index.mdx index b7e45485b..a37e71fc7 100644 --- a/website/content/guides/1.7-plugin-upgrade/index.mdx +++ b/website/content/guides/1.7-plugin-upgrade/index.mdx @@ -79,7 +79,7 @@ For now, you do not have to upgrade your plugin, but we recommend doing it. Pack We've created a scaffolding repository over at https://github.com/hashicorp/packer-plugin-scaffolding/ -If you already have a working plugin, this should look pretty familiar. You'll notice that there are some changes to main.go. +If you already have a working plugin, the [builder plugin scaffolding](https://github.com/hashicorp/packer-plugin-scaffolding/tree/main/builder/scaffolding) should look pretty familiar. You'll notice that there are some changes to main.go. Previously, you may have had a main.go that looks something like: