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

@@ -7,9 +7,9 @@ description: |-
# `filebase64sha512` Function
`filebase64sha512` is a variant of [`base64sha512`](/opentf/language/functions/base64sha512)
`filebase64sha512` is a variant of [`base64sha512`](/docs/language/functions/base64sha512)
that hashes the contents of a given file rather than a literal string.
This is similar to `base64sha512(file(filename))`, but
because [`file`](/opentf/language/functions/file) accepts only UTF-8 text it cannot be used to
because [`file`](/docs/language/functions/file) accepts only UTF-8 text it cannot be used to
create hashes for binary files.