fix links

This commit is contained in:
Megan Marsh 2021-01-15 14:25:44 -08:00
parent fde3a753c2
commit 378786dcd6
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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).

View File

@ -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