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:
Janos
2024-04-24 13:24:30 +02:00
committed by GitHub
parent f31de2d6bc
commit a15a6c9657
241 changed files with 1243 additions and 988 deletions

View File

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