From 0e9c5770b7e3ce55ff2b6546390ecf43ce62cc45 Mon Sep 17 00:00:00 2001 From: phrwlk Date: Fri, 12 Dec 2025 10:10:12 +0200 Subject: [PATCH 1/2] fix broken link --- packages/identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/identity/README.md b/packages/identity/README.md index dc582dc75..79def376a 100644 --- a/packages/identity/README.md +++ b/packages/identity/README.md @@ -49,7 +49,7 @@ -| This library provides a class that can be used to create identities compatible with the Semaphore [circuits](https://github.com/semaphore-protocol/semaphore/tree/main/circuits). Each identity contains an [EdDSA](https://www.rfc-editor.org/rfc/rfc8032) private key, its public key, and the identity commitment, which is the [Poseidon](https://eprint.iacr.org/2019/458.pdf) hash of the public key. | +| This library provides a class that can be used to create identities compatible with the Semaphore [circuits](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits). Each identity contains an [EdDSA](https://www.rfc-editor.org/rfc/rfc8032) private key, its public key, and the identity commitment, which is the [Poseidon](https://eprint.iacr.org/2019/458.pdf) hash of the public key. | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ## 🛠 Install From 1a213632635f2382fe3d5b61e466bceb48203f2f Mon Sep 17 00:00:00 2001 From: phrwlk Date: Fri, 12 Dec 2025 10:11:01 +0200 Subject: [PATCH 2/2] fix broken link --- packages/proof/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/proof/README.md b/packages/proof/README.md index 5554cd9ee..abefe5ab4 100644 --- a/packages/proof/README.md +++ b/packages/proof/README.md @@ -49,7 +49,7 @@ -| This library provides utility functions to generate and verify Semaphore proofs compatible with the Semaphore [circuits](https://github.com/semaphore-protocol/semaphore/tree/main/circuits). Generating valid zero-knowledge proofs requires files that can only be obtained in an attested trusted-setup ceremony. | +| This library provides utility functions to generate and verify Semaphore proofs compatible with the Semaphore [circuits](https://github.com/semaphore-protocol/semaphore/tree/main/packages/circuits). Generating valid zero-knowledge proofs requires files that can only be obtained in an attested trusted-setup ceremony. | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ## 🛠 Install