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

@@ -18,7 +18,7 @@ hello
## Related Functions
* [`trim`](/opentf/language/functions/trim) removes characters at the start and end of a string.
* [`trimprefix`](/opentf/language/functions/trimprefix) removes a word from the start of a string.
* [`trimspace`](/opentf/language/functions/trimspace) removes all types of whitespace from
* [`trim`](/docs/language/functions/trim) removes characters at the start and end of a string.
* [`trimprefix`](/docs/language/functions/trimprefix) removes a word from the start of a string.
* [`trimspace`](/docs/language/functions/trimspace) removes all types of whitespace from
both the start and the end of a string.