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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user