From 7e8101df8ef581e6abbd3017a3e56986e8f6e33d Mon Sep 17 00:00:00 2001 From: Sabnock <24715302+Sabnock01@users.noreply.github.com> Date: Thu, 7 Sep 2023 05:21:20 -0500 Subject: [PATCH] docs: fix broken semaphore link (#127) --- 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.