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:
@@ -55,9 +55,9 @@ as results:
|
||||
* `-a` returns the result of multiplying `a` by `-1`.
|
||||
|
||||
OpenTofu supports some other less-common numeric operations as
|
||||
[functions](/docs/language/expressions/function-calls). For example, you can calculate exponents
|
||||
[functions](function-calls.mdx). For example, you can calculate exponents
|
||||
using
|
||||
[the `pow` function](/docs/language/functions/pow).
|
||||
[the `pow` function](../../language/functions/pow.mdx).
|
||||
|
||||
## Equality Operators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user