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

@@ -12,7 +12,7 @@ with the current working directory.
Referring directly to filesystem paths in resource arguments may cause
spurious diffs if the same configuration is applied from multiple systems or on
different host operating systems. We recommend using filesystem paths only
for transient values, such as the argument to [`file`](/opentf/language/functions/file) (where
for transient values, such as the argument to [`file`](/docs/language/functions/file) (where
only the contents are then stored) or in `connection` and `provisioner` blocks.
## Examples