diff --git a/website/content/docs/templates/hcl_templates/blocks/data.mdx b/website/content/docs/templates/hcl_templates/blocks/data.mdx index f0ab33a3e..1740e8dba 100644 --- a/website/content/docs/templates/hcl_templates/blocks/data.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/data.mdx @@ -13,5 +13,5 @@ The `data` block defines data sources within your Packer configuration. # More on data sources -- Read the [full Data Sources](/docs/from-1.5/datasources) description for a more +- Read the [full Data Sources](/docs/templates/hcl_templates/datasources) description for a more thorough read. diff --git a/website/content/docs/templates/hcl_templates/blocks/index.mdx b/website/content/docs/templates/hcl_templates/blocks/index.mdx index 56ee907b1..ca5df5cfb 100644 --- a/website/content/docs/templates/hcl_templates/blocks/index.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/index.mdx @@ -60,4 +60,4 @@ list of all of the available built-in HCL2 blocks. `@include 'from-1.5/datasources/example-block.mdx'` -- [data block documentation](/docs/from-1.5/blocks/data). +- [data block documentation](/docs/templates/hcl_templates/blocks/data). diff --git a/website/content/docs/templates/hcl_templates/datasources.mdx b/website/content/docs/templates/hcl_templates/datasources.mdx index b01711be5..ba09c9f20 100644 --- a/website/content/docs/templates/hcl_templates/datasources.mdx +++ b/website/content/docs/templates/hcl_templates/datasources.mdx @@ -11,8 +11,8 @@ description: >- -> **Note:** Data Sources is a feature included in Packer 1.7 and later. -Data sources allow data to be fetched or computed for use elsewhere in [locals](/docs/from-1.5/blocks/locals) and -[sources](/docs/from-1.5/blocks/source) configuration. +Data sources allow data to be fetched or computed for use elsewhere in [locals](/docs/templates/hcl_templates/blocks/locals) and +[sources](/docs/templates/hcl_templates/blocks/source) configuration. Use of data sources allows a Builder to make use of information defined outside of Packer. # Using Data Sources