Skip to content

Commit

Permalink
Fix broken link: unknowns.md
Browse files Browse the repository at this point in the history
Fixing the broken link which can be viewed here:
https://docs.circom.io/circom-language/circom-insight/unknowns/
  • Loading branch information
abraj authored Sep 29, 2024
1 parent 4044dbd commit 61cd299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/circom-language/circom-insight/unknowns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unknowns

As expressions accepted during [constraint generation](../constraint-generation) can at most be quadratic only, certain checks and conditions are imposed on the use of unknown values at compile time.
As expressions accepted during [constraint generation](../../constraint-generation/) can at most be quadratic only, certain checks and conditions are imposed on the use of unknown values at compile time.

In circom, **constant values** and **template parameters** are always considered known, while **signals** are always considered unknown.

Expand Down

0 comments on commit 61cd299

Please sign in to comment.