Skip to content

Commit 0ca80ca

Browse files
docs: fixed circuit logic url (#931)
fix: circuit logic url
1 parent ed8141e commit 0ca80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/versioned_docs/version-V4/what-is-semaphore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Semaphore is designed to be a simple and generic _privacy layer_ for decentraliz
3333

3434
## About the code
3535

36-
The core of the protocol is the [circuit logic](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits/semaphore.circom).
36+
The core of the protocol is the [circuit logic](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits/src/semaphore.circom).
3737
In addition to circuits,
3838
Semaphore provides [Solidity contracts](https://github.com/semaphore-protocol/semaphore/tree/main/packages/contracts)
3939
and [JavaScript libraries](https://github.com/semaphore-protocol/semaphore/tree/main#-packages) that allow developers to generate zero-knowledge proofs and verify them with minimal effort.

0 commit comments

Comments
 (0)