mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Versioned docs: replacing docs links with relative variants (#1537)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com> Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ it uses backslash `\` as the path segment separator. On Unix systems, the slash
|
||||
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`](/docs/language/functions/file) (where
|
||||
for transient values, such as the argument to [`file`](../../language/functions/file.mdx) (where
|
||||
only the contents are then stored) or in `connection` and `provisioner` blocks.
|
||||
|
||||
## Examples
|
||||
@@ -36,6 +36,6 @@ baz.txt
|
||||
|
||||
## Related Functions
|
||||
|
||||
* [`dirname`](/docs/language/functions/dirname) returns all of the segments of a filesystem path
|
||||
* [`dirname`](../../language/functions/dirname.mdx) returns all of the segments of a filesystem path
|
||||
_except_ the last, discarding the portion that would be returned by
|
||||
`basename`.
|
||||
|
||||
Reference in New Issue
Block a user