From 8116df91c90b2774c3eab247c3f847adeecb1def Mon Sep 17 00:00:00 2001 From: Sabnock01 <24715302+Sabnock01@users.noreply.github.com> Date: Sat, 2 Sep 2023 10:44:28 -0500 Subject: [PATCH] docs: fix broken semaphore link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 699da2b..5b56dbb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ > [Hardhat](https://github.com/worldcoin/world-id-starter-hardhat) starter kits. This repository contains the underlying contracts that make World ID work, powered by the -[Semaphore library](http://semaphore.appliedzkp.org/). These contracts are responsible for +[Semaphore library](https://semaphore.pse.dev/). These contracts are responsible for performing identity operations on chain, and attestation of identities for the purposes of semaphore proofs. Check out [user-flows.md](./docs/user-flows.md) for more information on how these contracts relate to the rest of the World ID system.