mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Change docs links: /opentf-> /docs (#367)
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ formatlist(spec, values...)
|
||||
```
|
||||
|
||||
The specification string uses
|
||||
[the same syntax as `format`](/opentf/language/functions/format#specification-syntax).
|
||||
[the same syntax as `format`](/docs/language/functions/format#specification-syntax).
|
||||
|
||||
The given values can be a mixture of list and non-list arguments. Any given
|
||||
lists must be the same length, which decides the length of the resulting list.
|
||||
@@ -45,5 +45,5 @@ once per element of the list arguments.
|
||||
|
||||
## Related Functions
|
||||
|
||||
* [`format`](/opentf/language/functions/format) defines the specification syntax used by this
|
||||
* [`format`](/docs/language/functions/format) defines the specification syntax used by this
|
||||
function and produces a single string as its result.
|
||||
|
||||
Reference in New Issue
Block a user