Change docs links: /opentf-> /docs (#367)

Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
Roman Grinovski
2023-09-15 14:10:27 +02:00
committed by GitHub
parent bb1783c63b
commit a4f9c63288
235 changed files with 974 additions and 974 deletions

View File

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