From 665ee156897a18dcf8b4ace462d56132324a40f3 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 6 Feb 2025 21:36:00 +0100 Subject: [PATCH] website: fix repeated word in link to hcl2_upgrade command doc Fixed to match what was done in website/content/partials/from-1.5/beta-hcl2-note.mdx. Signed-off-by: Louis Sautier --- website/content/partials/from-1.5/legacy-json-warning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/partials/from-1.5/legacy-json-warning.mdx b/website/content/partials/from-1.5/legacy-json-warning.mdx index 026ac2368..51fc7ab8c 100644 --- a/website/content/partials/from-1.5/legacy-json-warning.mdx +++ b/website/content/partials/from-1.5/legacy-json-warning.mdx @@ -3,4 +3,4 @@ templates are still supported by the Packer core, but new features added to the Packer core may not be implemented for JSON templates. We recommend you transition to HCL templates as soon as is convenient for you, in order to have the best possible experience with Packer. To help you upgrade your templates, -we have written an [hcl2_upgrade command](/packer/docs/commands/hcl2_upgrade) command. +we have written an [hcl2_upgrade command](/packer/docs/commands/hcl2_upgrade).