From 4373fb0f009bd84cf2dd8a31c68a254381a2ecc3 Mon Sep 17 00:00:00 2001 From: Sumit Vekariya Date: Fri, 20 Dec 2024 11:26:30 +0530 Subject: [PATCH] fix: circuit logic url --- apps/docs/versioned_docs/version-V4/what-is-semaphore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/versioned_docs/version-V4/what-is-semaphore.md b/apps/docs/versioned_docs/version-V4/what-is-semaphore.md index c783aae82..8a5114c67 100644 --- a/apps/docs/versioned_docs/version-V4/what-is-semaphore.md +++ b/apps/docs/versioned_docs/version-V4/what-is-semaphore.md @@ -33,7 +33,7 @@ Semaphore is designed to be a simple and generic _privacy layer_ for decentraliz ## About the code -The core of the protocol is the [circuit logic](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits/semaphore.circom). +The core of the protocol is the [circuit logic](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits/src/semaphore.circom). In addition to circuits, Semaphore provides [Solidity contracts](https://github.com/semaphore-protocol/semaphore/tree/main/packages/contracts) 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.