fix links
This commit is contained in:
parent
fde3a753c2
commit
378786dcd6
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue