Skip to content

Commit 470c5f3

Browse files
authoredMar 13, 2025··
docs: fixing a broken link (#720)
1 parent d590aca commit 470c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/references/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function max(uint32 a, euint8 b) internal view returns (euint32)
164164
There are two unary operators: `neg` (`-`) and `not` (`!`). Note that since we work with unsigned integers, the result of negation is interpreted as the modular opposite. The `not` operator returns the value obtained after flipping all the bits of the operand.
165165

166166
{% hint style="info" %}
167-
More information about the behavior of these operators can be found at the [TFHE-rs docs](https://docs.zama.ai/tfhe-rs/getting_started/operations#arithmetic-operations.).
167+
More information about the behavior of these operators can be found at the [TFHE-rs docs](https://docs.zama.ai/tfhe-rs/fhe-computation/operations/arithmetic-operations).
168168
{% endhint %}
169169

170170
### Bitwise operations

0 commit comments

Comments
 (0)
Please sign in to comment.