Versioned docs: replacing docs links with relative variants (#1537)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
Janos
2024-04-24 13:24:30 +02:00
committed by GitHub
parent f31de2d6bc
commit a15a6c9657
241 changed files with 1243 additions and 988 deletions

View File

@@ -28,9 +28,9 @@ Indirectly-nested lists, such as those in maps, are _not_ flattened.
## Flattening nested structures for `for_each`
The
[resource `for_each`](/docs/language/meta-arguments/for_each)
[resource `for_each`](../../language/meta-arguments/for_each.mdx)
and
[`dynamic` block](/docs/language/expressions/dynamic-blocks)
[`dynamic` block](../../language/expressions/dynamic-blocks.mdx)
language features both require a collection value that has one element for
each repetition.
@@ -101,6 +101,6 @@ the associations between the subnets and their containing networks.
## Related Functions
* [`setproduct`](/docs/language/functions/setproduct) finds all of the combinations of multiple
* [`setproduct`](../../language/functions/setproduct.mdx) finds all of the combinations of multiple
lists or sets of values, which can also be useful when preparing collections
for use with `for_each` constructs.