From 4956ef7bf8cb1063b0e3ea0df5094b687c8b5d89 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 29 Aug 2023 11:53:05 -0400 Subject: [PATCH] website: replace absolute link to relative While running the workflows on the community tools while backporting a change from main, it failed since one link to developer.hashicorp.com was absolute. To fix this workflow, we replace this link from an absolute one to a relative. --- website/content/docs/community-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/community-tools.mdx b/website/content/docs/community-tools.mdx index 3a222f17a75..61feb217ae9 100644 --- a/website/content/docs/community-tools.mdx +++ b/website/content/docs/community-tools.mdx @@ -19,7 +19,7 @@ vendors. These plugins are not officially tested nor officially maintained by HashiCorp, and are listed here in order to help users find them easily. To learn more about how to use community plugins, or how to build your own, -check out the docs on [extending Packer](https://developer.hashicorp.com/packer/docs/plugins/install-plugins) +check out the docs on [extending Packer](/packer/docs/plugins/install-plugins) If you have built a plugin and would like to add it to this community list, please make a pull request so that we can document your